Construct an object handle without opening it.
explicit basic_object_handle( const executor_type & ex); » more... template< typename ExecutionContext> explicit basic_object_handle( ExecutionContext & context, typename constraint< is_convertible< ExecutionContext &, execution_context & >::value, defaulted_constraint >::type = defaulted_constraint()); » more...
Construct an object handle on an existing native handle.
basic_object_handle( const executor_type & ex, const native_handle_type & native_handle); » more... template< typename ExecutionContext> basic_object_handle( ExecutionContext & context, const native_handle_type & native_handle, typename constraint< is_convertible< ExecutionContext &, execution_context & >::value >::type = 0); » more...
Move-construct an object handle from another.
basic_object_handle( basic_object_handle && other); » more...