Task typedef

Task = Future<void>

Implementation

typedef Task = Future<void>;