Copyright | Copyright (C) 2004-2011 John Goerzen |
---|---|
License | BSD3 |
Maintainer | John Goerzen <jgoerzen@complete.org> |
Stability | provisional |
Portability | portable |
Safe Haskell | Safe |
Language | Haskell98 |
This module provides various helpful utilities for dealing with threads.
Written by John Goerzen, jgoerzen@complete.org
- runInThread :: IO a -> (a -> IO b) -> IO ThreadId