-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | Some extra kit for Chans -- -- Some extra kit for Chans @package chan @version 0.0.0 module Control.Concurrent.Chan.Extra type DiffNanosec = Int debounceStatic :: DiffNanosec -> Chan a -> IO (Chan a, Async ()) intersperseStatic :: DiffNanosec -> IO a -> Chan a -> IO (Chan a, Async (), Async ())