task property

Future<A> Function() task

The computation of this task represented as a Future.

Implementation

Future<A> Function() get task;