Changes between Version 14 and Version 15 of LibrariesUnderConstruction
- Timestamp:
- Jan 3, 2009, 9:25:20 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
LibrariesUnderConstruction
v14 v15 524 524 LUID 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. 525 525 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 526 531 527 532 --------------------------------------------------------------------------------------------------- … … 600 605 * [#Boost.Fiber Fiber] 601 606 * [#Poet Poet] 607 * [#Rendez-vous Rendez-vous] 602 608 * [#STM STM] 603 609 * [#Sync Sync] 604 610 * [#ThreaderJoiner ThreaderJoiner] 611 612 605 613 606 614 ---------------------------------------------------------------------------------------------------