libmono-tasklets4.0-cil

Mono tasklets library (for cli 4.0)
  http://www.mono-project.com/Continuations
  0
  no reviews



Mono is a platform for running and developing applications based on the ecma/iso standards. mono is an open source effort led by xamarin. mono provides a complete clr (common language runtime) including compiler and runtime, which can produce and execute cil (common intermediate language) bytecode (aka assemblies), and a class library.

this package contains the mono tasklets library for cli 4.0.

the mono.tasklets library provides a continuation framework that allows for a number of high-level abstractions like co-routines and cooperative multi-threading to be implemented on top of it.