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

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.