Task<A> constructor

Task<A>(
  1. Function0<Future<A>> _run
)

Implementation

Task(this._run);