await method

Future<Exit<A, E>> await()

Awaits the completion of this fiber

Implementation

Future<Exit<A, E>> await() => _future;