Safe Haskell | Trustworthy |
---|---|
Language | Haskell98 |
Implements rudimentary thread pools.
- class ThreadPool pool where
- class Interruptible pool where
- data NoPool = NoPool
- data BoxedThreadPool where
- BoxedThreadPool :: ThreadPool pool => pool -> BoxedThreadPool
Thread pools
class ThreadPool pool where Source #
Thread pools support some standard operations...
data BoxedThreadPool where Source #
BoxedThreadPool :: ThreadPool pool => pool -> BoxedThreadPool |