OxError

ox.OxError
See theOxError companion object
case class OxError[E, F[_]](scope: StructuredTaskScope[Any], finalizers: AtomicReference[List[() => Unit]], supervisor: Supervisor[E], errorMode: ErrorMode[E, F]) extends Ox

Represents a capability to fork asynchronously running computations in a concurrency scope created using supervisedError. This is similar to Ox, however OxError additionally allows completing forks with application errors of type E in context F. Such errors cause enclosing scope to end, and any forks that are still running to be cancelled.

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Ox
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product