TemporalInteraction

zio.temporal.internal.TemporalInteraction$

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def from[A](thunk: => A): TemporalIO[A]
def fromFuture[A](future: => CompletableFuture[A]): TemporalIO[A]
def fromFutureTimeout[A](future: => CompletableFuture[A]): TemporalIO[Option[A]]