资 源 简 介
ThreadSynch is a template based framework for cross thread calls in native C++, developed to simplify synchronized updates in multithreaded applications.
Features
* Synchronous (blocking) and asynchronous (non-blocking) cross thread calls
* Flexible call mechanisms, thanks to the power of Boost"s Function
* Exception transport across threads
* Reliable concurrency control
For a general discussion of the topic, see the link on the right, "Introduction article".
Note that as of library version 0.8.0, the introduction article is somewhat outdated. There will be updates published before long, but for the time being the examples in the library itself, as well as the doxygen documents, are the only available helpers.