polysemy-conc-0.12.1.0: Polysemy effects for concurrency
Safe HaskellSafe-Inferred
LanguageHaskell2010

Polysemy.Conc.Interpreter.Gate

Description

Gate interpreters, Internal

Synopsis

Documentation

interpretGate :: forall r. Member (Embed IO) r => InterpreterFor Gate r Source #

Interpret Gate with an MVar.