NamedSyntax

turbolift.Computation.NamedSyntax
See theNamedSyntax companion object
final class NamedSyntax[A, U](val comp: Computation[A, U], val name: String)

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def fork: Computation[Fiber[A, U], U & IO & Warp]
def forkAt(warp: Warp): Computation[Fiber[A, U], U & IO]
def run(using mode: Mode, ev: Any <:< U): Outcome[A]
def runAsync(using mode: Mode)(callback: (Outcome[A]) => Unit): Unit
Extension method from NamedSyntax
def runIO(using mode: Mode): Outcome[A]
Extension method from NamedSyntax

Concrete fields

val comp: Computation[A, U]
val name: String