Changes between Version 97 and Version 98 of LibrariesUnderConstruction
- Timestamp:
- Dec 9, 2009, 11:03:04 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
LibrariesUnderConstruction
v97 v98 367 367 * '''Version:''' 368 368 * '''State:''' 369 * '''Last upload:'''200 8 Mars 05370 * '''Links:''' [http://svn.boost.org/svn/boost/sandbox/SOC/2006/corutines Boost Sandbox] [http://www.boostpro.com/vault/index.php?action=downloadfile&filename=boost-coroutine.tar.gz&directory=Concurrent%20Programming& Boost Vault] 369 * '''Last upload:'''2009 December 01 370 * '''Links:''' [http://svn.boost.org/svn/boost/sandbox/SOC/2006/corutines Boost Sandbox] [http://www.boostpro.com/vault/index.php?action=downloadfile&filename=boost-coroutine.tar.gz&directory=Concurrent%20Programming& Boost Vault][http://old.nabble.com/-coroutines--Stack-corruption-bug-tt26600433.html#a26600433 Download Stack corruption bug patch] 371 371 * '''Categories:''' [#ConcurrentProgramming Concurrent Programming] 372 372 * '''Description:''' The Boost.Coroutine library contains a family of class templates that wrap function objects in coroutines. Coroutines are a generalization of subroutines that can return and be reentered more than once without causing the destruction of automatic objects.