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

Polysemy.Conc.Interpreter.Mask

Description

 
Synopsis

Documentation

interpretMaskPure :: InterpreterFor Mask r Source #

Interpret Mask by sequencing the action without masking.

interpretUninterruptibleMaskPure :: InterpreterFor UninterruptibleMask r Source #

Interpret UninterruptibleMask by sequencing the action without masking.