Changes between Version 14 and Version 15 of LibrariesUnderConstruction


Ignore:
Timestamp:
Jan 3, 2009, 9:25:20 PM (14 years ago)
Author:
viboes
Comment:

Adding Rendez-vous

Legend:

Unmodified
Added
Removed
Modified
  • LibrariesUnderConstruction

    v14 v15  
    524524LUID could have many applications. Some examples follow: creating unique identifiers in a database tables, network messages may be identified with a LUID to ensure that this messages are associated to a given session, transactions may be identified by LUIDs.
    525525
     526---------------------------------------------------------------------------------------------------
     527== Rendez-vous  ==
     528 * '''Suggested by:''' Vicente J. Botet Escriba 
     529 * '''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.
     530
    526531
    527532---------------------------------------------------------------------------------------------------
     
    600605 * [#Boost.Fiber Fiber]
    601606 * [#Poet Poet]
     607 * [#Rendez-vous Rendez-vous]
    602608 * [#STM STM]
    603609 * [#Sync Sync]
    604610 * [#ThreaderJoiner ThreaderJoiner]
     611
     612
    605613
    606614---------------------------------------------------------------------------------------------------