Copyright | Copyright (c) 2009-2017 David Sorokin <david.sorokin@gmail.com> |
---|---|
License | BSD3 |
Maintainer | David Sorokin <david.sorokin@gmail.com> |
Stability | experimental |
Safe Haskell | None |
Language | Haskell2010 |
Tested with: GHC 8.0.1
The module defines an event queue, where the IO
monad is an instance of
EventQueueing
and EventIOQueueing
.
Orphan instances
EventQueueing IO Source # | An implementation of the |
data EventQueue IO Source # | |
EventIOQueueing IO Source # | An implementation of the |