polysemy-wire-zoo-0.1.0: Polysemy interface for various libraries
Safe HaskellSafe-Inferred
LanguageHaskell2010

Wire.Sem.Concurrency.Sequential

Synopsis

Documentation

sequentiallyPerformConcurrency :: Sem (Concurrency safe ': r) a -> Sem r a Source #

Safely perform "concurrency" by doing it sequentially.