menu
effect_dart package
documentation
effect_dart.dart
Fiber<A, E>
await method
await method
dark_mode
light_mode
await
method
Future
<
Exit
<
A
,
E
>
>
await
(
)
Awaits the completion of this fiber
Implementation
Future<Exit<A, E>> await() => _future;
effect_dart package
documentation
effect_dart
Fiber<A, E>
await method
Fiber class