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

Capability granted by a supervisedError concurrency scope.

Represents a capability to:

OxError is similar to Ox, however it 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