| Copyright | (c) 2024 Yamada Ryo |
|---|---|
| License | MPL-2.0 (see the file LICENSE) |
| Maintainer | ymdfield@outlook.jp |
| Stability | experimental |
| Portability | portable |
| Safe Haskell | Safe-Inferred |
| Language | GHC2021 |
Data.Effect.Concurrent.Timer
Description
Documentation
data CyclicTimer a where Source #
Constructors
| Wait :: DiffTime -> CyclicTimer () |
type LCyclicTimer = LiftIns CyclicTimer Source #