Microthreads implementation built on top of Mono.Tasklets library
Перейти к файлу
Miguel de Icaza 8bf64a12f5 Import mono-tasklets from Tomi
svn path=/trunk/mono-microthreads/; revision=133024
2009-04-29 15:19:26 +00:00
Mono.MicroThreads Import mono-tasklets from Tomi 2009-04-29 15:19:26 +00:00
test Import mono-tasklets from Tomi 2009-04-29 15:19:26 +00:00
LICENSE Import mono-tasklets from Tomi 2009-04-29 15:19:26 +00:00
README Import mono-tasklets from Tomi 2009-04-29 15:19:26 +00:00

README

This contains an adaptation of Tomi Valkeinen's MonoCo to use the
version of the Continuations API that was introduced into Mono as
Mono.Tasklets.

The original MonoCo lives here:

    http://www.bat.org/~tomba/monoco.html

Mono.Tasklets was inspired in the implementation from Tomi that the
Mono team will be maintaining in Mono's code base.