| License | MIT |
|---|---|
| Maintainer | Josh Kirklin (jjvk2@cam.ac.uk) |
| Stability | experimental |
| Safe Haskell | None |
| Language | Haskell2010 |
Hi3Status.Block.Util
Contents
Description
This module contains a number of common functions that are useful for writing blocks.
BlockM
periodic :: Int -> BlockM () -> BlockM () Source
Perform a given BlockM every given number of microseconds, or whenever
an update is requested.
periodic_ :: Int -> BlockM () -> BlockM () Source
Perform a given BlockM every given number of microseconds.