syntax

ox.syntax$
object syntax

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
syntax.type

Members list

Extensions

Extensions

extension [T](f: => T)(f: => T)
def forever: Fork[Nothing]
def retry(times: Int, sleep: FiniteDuration): T
extension [T](f: => T)(f: => T)(using Ox)
def fork: Fork[T]
def parWith[U](f2: => U): (T, U)
def raceResultWith(f2: => T): T
def raceSuccessWith(f2: => T): T
def scopedWhere[U](fl: ForkLocal[U], u: U): T
def timeout(duration: FiniteDuration): T
def timeoutOption(duration: FiniteDuration): Option[T]
extension [T <: AutoCloseable](f: => T)(f: => T)(using Ox)
def useInScope: T
def useScoped[U](p: T => U): U