@hackage delay0
More useful and humain delaying functions
Categories
License
BSD-3-Clause
Maintainer
davean <davean@xkcd.com>
Links
Versions
- 0 Mon, 21 Mar 2016
Installation
Dependencies (6)
- base >=4.6 && <5
- mtl >=2.2
- dimensional >=1.0.1.1
- exceptions >=0.6
- time >=1.4
- unbounded-delays >=0.1 Show all…
Dependents (3)
@hackage/linden, @hackage/kurita, @hackage/equeue
Functions to provide delays, timeouts, and callbacks where the target time is calculated either from a period as an offset from the initialization time, or at a specific UTCTime
.
Most standard Haskell types are supported for periods, based on the second as the base unit quantity. For more complicated period calculations, Dimensional
s Time
type is supported.