Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. MyThreadId :: ThreadAction

    dejafu Test.DejaFu.Types

    Get the ThreadId of the current thread.

  2. ScheduledBlockedThread :: Error

    dejafu Test.DejaFu.Types

    Raised as an exception if the scheduler attempts to schedule a blocked thread.

  3. ScheduledMissingThread :: Error

    dejafu Test.DejaFu.Types

    Raised as an exception if the scheduler attempts to schedule a nonexistent thread.

  4. SupportsBoundThreads :: Bool -> ThreadAction

    dejafu Test.DejaFu.Types

    Check if bound threads are supported.

  5. TRead :: TVarId -> TAction

    dejafu Test.DejaFu.Types

    Read from a TVar.

  6. data ThreadAction

    dejafu Test.DejaFu.Types

    All the actions that a thread can perform.

  7. ThreadDelay :: Int -> ThreadAction

    dejafu Test.DejaFu.Types

    Yield/delay the current thread.

  8. newtype ThreadId

    dejafu Test.DejaFu.Types

    Every thread has a unique identitifer.

  9. ThreadId :: Id -> ThreadId

    dejafu Test.DejaFu.Types

    No documentation available.

  10. TryReadMVar :: MVarId -> Bool -> ThreadAction

    dejafu Test.DejaFu.Types

    Try to read from a MVar.

Page 658 of many | Previous | Next