ZioUnsafeFacade

zio.temporal.internal.ZioUnsafeFacade$

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def unsafeRunAsyncZIO[R, E, A](runtime: Runtime[R], action: ZIO[R, E, A])(onDie: Throwable => Unit, onFailure: E => Unit, onSuccess: A => Unit): Unit
def unsafeRunZIO[R, E, A](runtime: Runtime[R], action: ZIO[R, E, A], convertError: E => Exception, convertDefect: Throwable => Exception): A