object ExecutionModel extends Serializable
Deprecated. Moved to monix.execution.ExecutionModel.
- Annotations
- @deprecated
- Deprecated
(Since version 2.1.3) Moved to
monix.execution.ExecutionModel
- Source
- package.scala
- Alphabetic
- By Inheritance
- ExecutionModel
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
-
type
BatchedExecution = ExecutionModel.BatchedExecution
Deprecated.
Deprecated. Moved to monix.execution.ExecutionModel.BatchedExecution.
- Annotations
- @deprecated
- Deprecated
(Since version 2.1.3) Moved to
monix.execution.ExecutionModel.BatchedExecution
Deprecated Value Members
-
def
AlwaysAsyncExecution: ExecutionModel.AlwaysAsyncExecution.type
Deprecated.
Deprecated. Moved to monix.execution.ExecutionModel.AlwaysAsyncExecution.
- Annotations
- @deprecated
- Deprecated
(Since version 2.1.3) Moved to
monix.execution.ExecutionModel.AlwaysAsyncExecution
-
def
BatchedExecution: ExecutionModel.BatchedExecution.type
Deprecated.
Deprecated. Moved to monix.execution.ExecutionModel.BatchedExecution.
- Annotations
- @deprecated
- Deprecated
(Since version 2.1.3) Moved to
monix.execution.ExecutionModel.BatchedExecution
-
def
Default: execution.ExecutionModel
Deprecated.
Deprecated. Moved to monix.execution.ExecutionModel.Default.
- Annotations
- @deprecated
- Deprecated
(Since version 2.1.3) Moved to
monix.execution.ExecutionModel.Default
-
def
SynchronousExecution: ExecutionModel.SynchronousExecution.type
Deprecated.
Deprecated. Moved to monix.execution.ExecutionModel.SynchronousExecution.
- Annotations
- @deprecated
- Deprecated
(Since version 2.1.3) Moved to
monix.execution.ExecutionModel.SynchronousExecution
This is the API documentation for the Monix library.
Package Overview
monix.execution exposes lower level primitives for dealing with asynchronous execution:
Atomic
types, as alternative tojava.util.concurrent.atomic
monix.eval is for dealing with evaluation of results, thus exposing Task and Coeval.
monix.reactive exposes the
Observable
pattern:Observable
implementationsmonix.types implements type-class shims, to be translated to type-classes provided by libraries such as Cats or Scalaz.
monix.cats is the optional integration with the Cats library, providing translations for the types described in
monix.types
.monix.scalaz is the optional integration with the Scalaz library, providing translations for the types described in
monix.types
.