final class RemoteExecutingFlowSyntax[E, A] extends AnyVal
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RemoteExecutingFlowSyntax
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new RemoteExecutingFlowSyntax(self: Remote[ExecutingFlow[E, A]])
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##: Int
- Definition Classes
- Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def await: ZFlow[Any, ActivityError, Either[E, A]]
Wait until the forked flow finishes with either error or success
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- def interrupt: ZFlow[Any, ActivityError, Any]
Interrupt the forked flow
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val self: Remote[ExecutingFlow[E, A]]
- def toString(): String
- Definition Classes
- Any