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