turbolift.io.Warp
See theWarp companion trait
object Warp
Attributes
Members list
Type members
Classlikes
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
enum Status
Attributes
- Supertypes
-
trait Enumtrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Value members
Concrete methods
Creates a new scoped warp, encompassing given computation.
Creates a new scoped warp, encompassing given computation.
Attributes
The innermost scoped warp.
The innermost scoped warp.
Attributes
The outermost scoped warp.
The outermost scoped warp.
Attributes
Syntax for creating new child warp with a name.
Syntax for creating new child warp with a name.
Attributes
The global warp.
The global warp.
The parent of every initial warp. There can be multiple initial warps (each with corresponding initial fiber), due to reentrancy of .run
.
Attributes
Creates an unscoped warp.
Creates an unscoped warp.
Attributes
In this article