Copyright | Copyright (c) 2009-2016, 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 a template-based event queue, where
the MonadIO
-based monad can be an instance of EventQueueing
and EventIOQueueing
.
Orphan instances
(Monad m, MonadIO m, MonadTemplate m) => EventQueueing m Source # | A template-based implementation of the |
(Monad m, MonadIO m, MonadTemplate m, MonadDES m) => EventIOQueueing m Source # | A template-based implementation of the |