Difference between revisions of "No threads"

From Liberty Eiffel Wiki
Jump to navigation Jump to search
m
Line 1: Line 1:
Eric Raymond has written a pretty good essay about [http://www.catb.org/~esr/writings/taoup/html/ch07s09.html#id2916186 why threads are evil]
+
Eric Raymond has written a pretty good essay about [http://www.catb.org/~esr/writings/taoup/html/ch07s09.html#id2916186 '''why threads are evil''']
   
 
Note that we expect to implement [[SCOOP]] someday. Until then, perhaps you might also want to check out [[Lib/sequencer]], which offers 'cooperative multitasking'.
 
Note that we expect to implement [[SCOOP]] someday. Until then, perhaps you might also want to check out [[Lib/sequencer]], which offers 'cooperative multitasking'.

Revision as of 17:25, 19 June 2016

Eric Raymond has written a pretty good essay about why threads are evil

Note that we expect to implement SCOOP someday. Until then, perhaps you might also want to check out Lib/sequencer, which offers 'cooperative multitasking'.