Re: More Finaliser Trouble
Marcin 'Qrczak' Kowalczyk <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.ffi |
|---|---|
| Message-ID | <[email protected]> |
Dnia nie 13. lipca 2003 21:20, Alastair Reid napisaĹ:
> We dropped Haskell finalizers because neither Hugs nor NHC could implement
> them and implementing them would pretty much require them to implement
> preemptive concurrency (i.e., multiple threads each with their own stacks).
Not necessarily preemptive. Hugs-like concurrency would be OK. The point is to
be able to protect mutable structures by mutexes.
--
__("< Marcin Kowalczyk
\__/ [email protected]
^^ http://qrnik.knm.org.pl/~qrczak/