tdauth / cpp-futures-promises

Advanced futures and promises in C++.
GNU General Public License v3.0
16 stars 0 forks source link

Convert the shared future test into a real Boost.Test unit test #8

Closed tdauth closed 6 years ago

tdauth commented 6 years ago

See file "src/advanced/shared_future.cpp".

Add test cases for the Boost.Thread implementation.