ZWorkflowExecutionSyntax

zio.temporal.workflow.ZWorkflowExecutionSyntax$
See theZWorkflowExecutionSyntax companion trait

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def executeImpl[R : Type](f: Expr[R], javaTypeTag: Expr[JavaTypeTag[R]])(implicit evidence$3: Type[R], q: Quotes): Expr[TemporalIO[R]]
def executeWithTimeoutImpl[R : Type](timeout: Expr[Duration], f: Expr[R], javaTypeTag: Expr[JavaTypeTag[R]])(implicit evidence$4: Type[R], q: Quotes): Expr[TemporalIO[R]]
def startImpl[A : Type](f: Expr[A])(implicit evidence$2: Type[A], q: Quotes): Expr[TemporalIO[ZWorkflowExecution]]