Changes between Version 30 and Version 31 of LibrariesUnderConstruction
- Timestamp:
- Feb 9, 2009, 1:25:08 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
LibrariesUnderConstruction
v30 v31 38 38 == !AsynchronousExecutors == 39 39 * '''Author(s):''' Vicente J. Botet Escriba 40 * '''Version:''' 0. 3.141 * '''State:''' Stable42 * '''Last upload:''' 2009 Jan 2540 * '''Version:''' 0.4 41 * '''State:''' Quite Stable 42 * '''Last upload:''' 2009 Fev 08 43 43 * '''Links:''' [http://www.boostpro.com/vault/index.php?action=downloadfile&filename=interthreads.zip&directory=Concurrent%20Programming& Boost Vault] [https://svn.boost.org/svn/boost/sandbox/interthreads Boost Sandbox] 44 44 * '''Description:''' Asynchronous Executors (AE) and Asynchronous Completion Tokens (ACT) in a generic way (or at least this was my intention). The library can be considered as a front-end for several Asynchronous Execution models making it possible to share common algorithms and making easier to switch from an Asynchronous Executors to another. … … 259 259 == Boost.!InterThreads == 260 260 * '''Author(s):''' Vicente J. Botet Escriba 261 * '''Version:''' 0. 3.1262 * '''State:''' Stable263 * '''Last upload:''' 2009 Jan 25261 * '''Version:''' 0.4 262 * '''State:''' Quite Stable 263 * '''Last upload:''' 2009 Fev 08 264 264 * '''Links:''' [http://www.boostpro.com/vault/index.php?action=downloadfile&filename=interthreads.zip&directory=Concurrent%20Programming& Boost Vault] [https://svn.boost.org/svn/boost/sandbox/interthreads Boost Sandbox] 265 265 * '''Description:''' Boost.!InterThreads extends Boost.Threads adding some features: … … 384 384 == Boost.!ThreaderJoiner == 385 385 * '''Author(s):''' Vicente J. Botet Escriba 386 * '''Version:''' 0. 3.1387 * '''State:''' Stable388 * '''Last upload:''' 2009 Jan 25386 * '''Version:''' 0.4 387 * '''State:''' Quite Stable 388 * '''Last upload:''' 2009 Fev 08 389 389 * '''Links:''' [http://www.boostpro.com/vault/index.php?action=downloadfile&filename=interthreads.zip&directory=Concurrent%20Programming& Boost Vault] [https://svn.boost.org/svn/boost/sandbox/interthreads Boost Sandbox] 390 * '''Description:''' Boost.!InterThreads extends Boost.Threads adding some features:391 390 * '''Description:''' Threader/Joiner as proposed by Kevlin Henney `[http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/n1883.pdf Preliminary Threading Library Proposal for TR2] 392 391