Copyright | (c) 2024 Sayo contributors |
---|---|
License | MPL-2.0 (see the LICENSE file) |
Maintainer | ymdfield@outlook.jp |
Safe Haskell | None |
Language | GHC2021 |
Control.Monad.Hefty.Concurrent.Timer
Description
Interpreters for the Timer effects.
Documentation
runCyclicTimer :: forall a (es :: [Effect]). (Timer :> es, FOEs es) => Eff (CyclicTimer ': es) a -> Eff es a Source #
module Data.Effect.Concurrent.Timer