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