[plt-scheme] Threads in MzScheme

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Wed Mar 18 07:32:53 EDT 2009

At Wed, 18 Mar 2009 15:21:23 +0530, Vijay Mathew wrote:
> How are threads implemented in MzScheme? Do they use continuations or are
> they implemeneted inside the runtime like Erlang processes?

They are implemented inside the runtime, but using many of the same
internal data structures as continuations.



Posted on the users mailing list.