Excerpts from Heka Treep's message of Mon Jan 23 13:56:47 -0500 2012:
> adding the message queue (with Chan, MVar or STM) for each process will not
> help in this kind of imitation.

Why not? Instead of returning a thread ID, send the write end of a Chan
which the thread is waiting on.  You can send messages (normal or
errors) using it.

Edward

_______________________________________________
Glasgow-haskell-users mailing list
Glasgow-haskell-users@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users

Reply via email to