polysemy-conc-0.14.1.1: Polysemy effects for concurrency
Safe HaskellNone
LanguageGHC2021

Polysemy.Conc.Interpreter.Gate

Description

Gate interpreters, Internal

Synopsis

Documentation

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

Interpret Gate with an MVar.

interpretGates :: forall (r :: EffectRow). Member (Embed IO) r => InterpreterFor (Scoped_ Gate) r Source #

Interpret Scoped_ Gate with an MVar ().