[Haskell-cafe] a question about concurrent haskell
Manlio Perillo
manlio_perillo at libero.it
Thu Sep 18 15:11:29 EDT 2008
Andrew Coppin ha scritto:
> 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.
>
Ah, right, thanks.
Manlio Perillo
More information about the Haskell-Cafe
mailing list