| Copyright | (c) Serokell, 2016 |
|---|---|
| License | GPL-3 (see the file LICENSE) |
| Maintainer | Serokell <hi@serokell.io> |
| Stability | experimental |
| Portability | POSIX, GHC |
| Safe Haskell | None |
| Language | Haskell2010 |
Control.TimeWarp.Timed.TimedIO
Description
Real-mode implementation of MonadTimed.
Each function in inplementation refers to plain IO.
- data TimedIO a
- runTimedIO :: TimedIO a -> IO a
Documentation
Default implementation for IO, i.e. real mode.
wait refers to threadDelay,
fork refers to forkIO, and so on.
Instances
runTimedIO :: TimedIO a -> IO a Source #
Launches scenario using real time and threads.