Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

PrevUpHomeNext

Future

The following features will be included in next releases.

  1. Add some minor features, in particular
    • #7589 Synchro: Add polymorphic lockables.
  2. Add some features based on C++ proposals, in particular
    • #8273 Synchro: Add externally locked streams.
    • #8514 Async: Add a thread_pool executor with work stealing.
  3. And some additional extensions related to futures as:
    • #8517 Async: Add a variadic shared_future::then.

PrevUpHomeNext