More Finaliser Trouble

Marcin 'Qrczak' Kowalczyk qrczak at knm.org.pl
Sun Jul 13 18:03:15 EDT 2003


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
   \__/       qrczak at knm.org.pl
    ^^     http://qrnik.knm.org.pl/~qrczak/




More information about the FFI mailing list