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. class ThreadRewritable s a | a -> s

    beam-core Database.Beam.Query.Internal

    No documentation available.

  2. rewriteThread :: ThreadRewritable s a => Proxy s' -> a -> WithRewrittenThread s s' a

    beam-core Database.Beam.Query.Internal

    No documentation available.

  3. pattern KoreaDemocraticPeoplesRepublicOf :: Country

    country Country.Identifier

    No documentation available.

  4. koreaDemocraticPeoplesRepublicOf :: Country

    country Country.Identifier

    Choson Minjujuui Inmin Konghwaguk; D.P.R.K.; DPRK; Democratic People's Republic of Korea; Korea (Democratic People's Republic of); North Korea; 조선민주주의인민공화국

  5. BlockedReadMVar :: MVarId -> ThreadAction

    dejafu Test.DejaFu.Conc

    Get blocked on a read.

  6. IsCurrentThreadBound :: Bool -> ThreadAction

    dejafu Test.DejaFu.Conc

    Check if the current thread is bound.

  7. MyThreadId :: ThreadAction

    dejafu Test.DejaFu.Conc

    Get the ThreadId of the current thread.

  8. SupportsBoundThreads :: Bool -> ThreadAction

    dejafu Test.DejaFu.Conc

    Check if bound threads are supported.

  9. data ThreadAction

    dejafu Test.DejaFu.Conc

    All the actions that a thread can perform.

  10. ThreadDelay :: Int -> ThreadAction

    dejafu Test.DejaFu.Conc

    Yield/delay the current thread.

Page 653 of many | Previous | Next