polysemy-conc-0.1.1.0: Polysemy Effects for Concurrency
Safe HaskellNone
LanguageHaskell2010

Polysemy.Conc.Critical

Description

 
Synopsis

Documentation

interpretCritical :: Member (Final IO) r => InterpreterFor Critical r Source #

Interpret Critical in terms of Final IO.

interpretCriticalNull :: InterpreterFor Critical r Source #

Interpret Critical by doing nothing.