...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
Create a strand
object for an executor.
template< typename Executor> strand< Executor > make_strand( const Executor & ex, typename enable_if< is_executor< Executor >::value >::type * = 0);