Creates an effect from an asynchronous computation
static Effect<A, Object, Never> async<A>(Future<A> Function() computation) => _Async(computation);