Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- newtype Conc m a = Conc (Unlift IO m a)
- unliftConc :: Eff Conc m => ((forall x. m x -> IO x) -> IO a) -> m a
- newtype ConcToIOC m a = ConcToIOC {
- unConcToIOC :: UnwrapTopC Conc (UnliftToFinalC IO m) a
Documentation
An effect for concurrent execution.
Instances
EffNewtype Conc Source # | |
Defined in Control.Effect.Internal.Conc type UnwrappedEff Conc :: Effect Source # | |
type UnwrappedEff Conc Source # | |
Defined in Control.Effect.Internal.Conc |
newtype ConcToIOC m a Source #
ConcToIOC | |
|