heftia-effects-0.6.0.1: higher-order algebraic effects done right
Copyright(c) 2024 Sayo contributors
LicenseMPL-2.0 (see the LICENSE file)
Maintainerymdfield@outlook.jp
Safe HaskellSafe-Inferred
LanguageGHC2021

Control.Monad.Hefty.Concurrent.Timer

Description

Interpreters for the Timer effects.

Documentation

runCyclicTimer :: forall a es. (Timer :> es, FOEs es) => Eff (CyclicTimer ': es) a -> Eff es a Source #