polysemy-conc-0.13.0.1: Polysemy effects for concurrency
Safe HaskellSafe-Inferred
LanguageGHC2021

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.