[plt-scheme] Threads in embedded MzScheme

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Fri Jun 6 11:27:57 EDT 2003

At Thu, 5 Jun 2003 07:40:50 -0700 (PDT), Daniel "Kjøller" Skovenborg wrote:
> So MzScheme will only perform tasks in the new threads
> when I call a scheme_... function?

Yes.

> This makes me ask the same question again.
> But the loop in the example calls scheme_make_pair.
> Why does it need to call SCHEME_USE_FUEL then? Because
> it's one of these functions that don't allow thread
> swapping?

Correct.

Matthew



Posted on the users mailing list.