[plt-scheme] Creating a suspended thread
On Mon, Apr 13, 2009 at 8:15 PM, Matthias Felleisen
<matthias at ccs.neu.edu> wrote:
>
> On Apr 13, 2009, at 8:44 PM, Marc Feeley wrote:
>
>> Note that this separation of thread creation and activation is not novel
>> (indeed Java is a well known instance of a system supporting this).
>
> I understand that. I just don't think the reasoning is convincing
It seems easy to implement initially suspended threads (indeed Matthew
showed the code a moment ago), no?
Robby