| Safe Haskell | Safe |
|---|---|
| Language | Haskell2010 |
Control.Concurrent.Chan.Extra
Documentation
type DiffNanosec = Int Source #
debounceStatic :: DiffNanosec -> Chan a -> IO (Chan a, Async ()) Source #
intersperseStatic :: DiffNanosec -> IO a -> Chan a -> IO (Chan a, Async (), Async ()) Source #