Portability | portable |
---|---|
Stability | provisional |
Maintainer | John Goerzen <jgoerzen@complete.org> |
Safe Haskell | None |
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