Attributes
- Companion
- object
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
Value members
Abstract methods
Concrete methods
Awaits completion of this fiber and returns its effectful result.
Awaits completion of this fiber and returns its effectful result.
Attributes
Awaits completion of this fiber and disards its result (including the effects).
Awaits completion of this fiber and disards its result (including the effects).
Attributes
Cancels this fiber and await its completion.
Cancels this fiber and await its completion.
Attributes
Cancels this fiber without awaiting its completion.
Cancels this fiber without awaiting its completion.
Attributes
Get result of this fiber now, or fail it's still pending.
Get result of this fiber now, or fail it's still pending.
Attributes
Awaits completion of this fiber, returns its pure result and absorbs its effects.
Awaits completion of this fiber, returns its pure result and absorbs its effects.
Attributes
Get result of this fiber now, or cancel it if it's still pending.
Get result of this fiber now, or cancel it if it's still pending.
Attributes
Try to get result of this fiber now.
Try to get result of this fiber now.