|
About:
Boost.Join is an asynchronous, message based C++
concurrency library based on join calculus. It is
applicable both to multi-threaded applications and
to the orchestration of asynchronous, event-based
applications. It follows Comega's design and
implementation and builds with Boost facilities.
It provides a high level concurrency API with
asynchronous methods, synchronous methods, and
chords which are "join-patterns" defining the
synchronization, asynchrony, and concurrency.
Release focus: Major feature enhancements
Changes:
Major design changes were made for simplicity and
efficiency. The library and executables are now
smaller and faster. The design was kept more
consistent with Cw (by removing guards which are
error-prone and multi synch methods). Many changes
were made to reduce copying and buffering. The
documentation was updated with design changes and
the addition more information about implementation
and integration with other libraries.
Author:
Yigong Liu [contact developer]
Homepage:
http://channel.sourceforge.net
Autopackage URL:
http://sourceforge.net/project/showfiles.php?group_id=157583
Trove categories:
[change]
Dependencies:
[change]
No dependencies filed
|