turbolift.io.Warp
See theWarp companion object
Collection of fibers (and/or other warps). Ensures lifetime boundary of its children.
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
Value members
Abstract methods
For scoped warp only: the nearest scoped warp enclosing this one.
For scoped warp only: the nearest scoped warp enclosing this one.
Attributes
Concrete methods
Complete this warp, by waiting until it becomes childless.
Complete this warp, by waiting until it becomes childless.
Attributes
Complete this warp, by cancelling all its children and waiting for their completion.
Complete this warp, by cancelling all its children and waiting for their completion.
Attributes
Snapshot of this warp's elements.
Snapshot of this warp's elements.
Attributes
Trigger completion of this warp as soon it becomes childless.
Trigger completion of this warp as soon it becomes childless.
Like await, but without waiting for the completion.
Attributes
In this article