Changes between Version 57 and Version 58 of LibrariesUnderConstruction
- Timestamp:
- May 27, 2009, 10:20:22 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
LibrariesUnderConstruction
v57 v58 626 626 == Boost.!RendezVous == 627 627 * '''Author(s):''' Vicente J. Botet Escribá 628 * '''Version:''' 0. 4.1628 * '''Version:''' 0.3.2 629 629 * '''State:''' Quite Stable 630 * '''Last upload:''' 2009 Ma rs 01631 * '''Links:''' [http s://svn.boost.org/svn/boost/sandbox/synchro Boost Sandbox]630 * '''Last upload:''' 2009 May 11 631 * '''Links:''' [http://www.boostpro.com/vault/index.php?action=downloadfile&filename=synchro.zip&directory=Concurrent%20Programming&PHPSESSID=96307fee8086c06036af42fae790b449 Boost Vault] [https://svn.boost.org/svn/boost/sandbox/synchro Boost Sandbox] 632 632 * '''Categories:''' [#ConcurrentProgramming Concurrent Programming] 633 633 * '''Description:''' Concurrent components may interact in different ways: they may access the same objects by, for example, executing functions of these objects; or they may communicate directly by executing functions of each other. These library will provide the so-called rendezvous mechanism for handling direct communication between active objects. … … 698 698 == Boost.Synchro == 699 699 * '''Author(s):''' Vicente J. Botet Escribá 700 * '''Version:''' 0.3. 0700 * '''Version:''' 0.3.2 701 701 * '''State:''' work on going 702 * '''Last upload:''' 2009 Ma rs 18703 * '''Links:''' [http s://svn.boost.org/svn/boost/sandbox/synchro Boost Sandbox]702 * '''Last upload:''' 2009 May 11 703 * '''Links:''' [http://www.boostpro.com/vault/index.php?action=downloadfile&filename=synchro.zip&directory=Concurrent%20Programming&PHPSESSID=96307fee8086c06036af42fae790b449 Boost Vault] [https://svn.boost.org/svn/boost/sandbox/synchro Boost Sandbox] 704 704 * '''Categories:''' [#ConcurrentProgramming Concurrent Programming] 705 705 * '''Description:'''