Difference between revisions of "No threads"
Jump to navigation
Jump to search
Hzwakenberg (talk | contribs) |
Hzwakenberg (talk | contribs) |
||
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]]. |
+ | 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 21:28, 6 September 2014
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'.