coroutine-object-0.2.0.0: Object-oriented programming realization using coroutine

PortabilityGHC
Stabilityexperimental
MaintainerIan-Woo Kim <[email protected]>
Safe HaskellNone

Control.Monad.Trans.Crtn.EventHandler

Description

Common event handling

Documentation

eventHandler :: MVar (Maybe (Driver e IO ())) -> e -> IO ()Source