|  | 
Construct a immediate executor wrapper for the specified object.
template< typename U> immediate_executor_binder( const immediate_executor_type & e, U && u);
            This constructor is only valid if the type T
            is constructible from type U.