Continuations and threads

Are continuations implemented with Ruby Threads or are Ruby Threads
implemented with continuations?

Phil

···


"Or perhaps the truth is less interesting than the facts?"
Amy Weiss (accusing theregister.co.uk of engaging in ‘tabloid journalism’)
Senior VP, Communications
Recording Industry Association of America

Hi,

···

In message “continuations and threads” on 02/12/31, Phil Tomson ptkwt@shell1.aracnet.com writes:

Are continuations implemented with Ruby Threads or are Ruby Threads
implemented with continuations?

Continuation is implemented using internal Thread structure.

						matz.