[Haskell-cafe] a question about concurrent haskell

Andrew Coppin andrewcoppin at btinternet.com
Thu Sep 18 15:04:41 EDT 2008


Manlio Perillo wrote:
> The GHC concurrent Haskell does not have a function to resume a given 
> thread (as found, as an example, in Lua).

It does, however, provide the MVar, which can be used to make a thread 
block until some data is inserted into the MVar by another thread.



More information about the Haskell-Cafe mailing list