
12 Apr
2006
12 Apr
'06
12:11 a.m.
On 4/11/06, oleg@pobox.com
[Rule 1] * in a cooperative implementation of threading, any thread with value _|_ may cause the whole program to have value _|_. In a preemtive one, this is not true.
I'm afraid that claim may need qualifications:
I was thinking that it might be more useful to express it programatically:
if preemptive then fork _|_ >> return () => ()
--
Taral