Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

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

  1. ServiceId :: Text -> ServiceId

    gogol-core Gogol.Types

    No documentation available.

  2. _serializeId :: SerializeError -> !ServiceId

    gogol-core Gogol.Types

    No documentation available.

  3. _serviceId :: ServiceError -> !ServiceId

    gogol-core Gogol.Types

    No documentation available.

  4. _svcId :: ServiceConfig -> !ServiceId

    gogol-core Gogol.Types

    No documentation available.

  5. asyncThreadId :: Async a -> ThreadId

    unliftio UnliftIO.Async

    Returns the ThreadId of the thread running the given Async.

  6. data ThreadId

    unliftio UnliftIO.Concurrent

    A ThreadId is an abstract type representing a handle to a thread. ThreadId is an instance of Eq, Ord and Show, where the Ord instance implements an arbitrary total ordering over ThreadIds. The Show instance lets you convert an arbitrary-valued ThreadId to string form; showing a ThreadId value is occasionally useful when debugging or diagnosing the behaviour of a concurrent program. Note: in GHC, if you have a ThreadId, you essentially have a pointer to the thread itself. This means the thread itself can't be garbage collected until you drop the ThreadId. This misfeature would be difficult to correct while continuing to support threadStatus.

  7. mkWeakThreadId :: MonadIO m => ThreadId -> m (Weak ThreadId)

    unliftio UnliftIO.Concurrent

    Lifted version of mkWeakThreadId.

  8. myThreadId :: MonadIO m => m ThreadId

    unliftio UnliftIO.Concurrent

    Lifted version of myThreadId.

  9. eIDRM :: Errno

    unliftio UnliftIO.Foreign

    No documentation available.

  10. isValidErrno :: Errno -> Bool

    unliftio UnliftIO.Foreign

    Yield True if the given Errno value is valid on the system. This implies that the Eq instance of Errno is also system dependent as it is only defined for valid values of Errno.

Page 405 of many | Previous | Next