Create a strand object for an executor.
strand
template< typename Executor> strand< Executor > make_strand( const Executor & ex, typename enable_if< is_executor< Executor >::value >::type * = 0);