turbolift.io.Warp
See theWarp companion trait
object Warp
Attributes
Members list
Type members
Classlikes
enum ExitMode
Attributes
- Companion
- object
- Supertypes
-
trait Enumtrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object ExitMode
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
def apply[A, U <: IO](exitMode: ExitMode, name: String)(body: Computation[A, U & Warp]): Computation[A, U]
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
Syntax for creating new child warp with a name.
Syntax for creating new child warp with a name.
Attributes
In this article