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.
ServiceId :: Text -> ServiceIdgogol-core Gogol.Types No documentation available.
_serializeId :: SerializeError -> !ServiceIdgogol-core Gogol.Types No documentation available.
_serviceId :: ServiceError -> !ServiceIdgogol-core Gogol.Types No documentation available.
_svcId :: ServiceConfig -> !ServiceIdgogol-core Gogol.Types No documentation available.
asyncThreadId :: Async a -> ThreadIdunliftio UnliftIO.Async -
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.
mkWeakThreadId :: MonadIO m => ThreadId -> m (Weak ThreadId)unliftio UnliftIO.Concurrent Lifted version of mkWeakThreadId.
myThreadId :: MonadIO m => m ThreadIdunliftio UnliftIO.Concurrent Lifted version of myThreadId.
-
unliftio UnliftIO.Foreign No documentation available.
-
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.