DelegatingFuture<T> constructor

DelegatingFuture<T>(Future<T> _future)

Implementation

DelegatingFuture(this._future);