Construct a descriptor without opening it.
explicit basic_descriptor( const executor_type & ex); » more... template< typename ExecutionContext> explicit basic_descriptor( ExecutionContext & context, typename enable_if< is_convertible< ExecutionContext &, execution_context & >::value >::type * = 0); » more...
Construct a descriptor on an existing native descriptor.
basic_descriptor( const executor_type & ex, const native_handle_type & native_descriptor); » more... template< typename ExecutionContext> basic_descriptor( ExecutionContext & context, const native_handle_type & native_descriptor, typename enable_if< is_convertible< ExecutionContext &, execution_context & >::value >::type * = 0); » more...
Move-construct a descriptor from another.
basic_descriptor( basic_descriptor && other); » more...