monix

execution

package execution

Visibility
  1. Public
  2. All

Type Members

  1. sealed abstract class Ack extends Future[Ack]

    Represents an acknowledgement of processing that a consumer sends back upstream.

  2. trait Cancelable extends AnyRef

    Represents a one-time idempotent action that can be used to cancel async computations, or to release resources that active data sources are holding.

  3. trait CancelableFuture[+T] extends Future[T] with Cancelable

    Represents an asynchronous computation that can be canceled as long as it isn't complete.

  4. abstract class Scheduler extends ExecutionContext with UncaughtExceptionReporter

    A Scheduler is an scala.concurrent.ExecutionContext that additionally can schedule the execution of units of work to run with a delay or periodically.

  5. trait UncaughtExceptionReporter extends AnyRef

    An exception reporter is a function that logs an uncaught error.

Value Members

  1. object Ack

  2. object Cancelable

  3. object CancelableFuture

  4. object FutureUtils

    Utilities for Scala's standard concurrent.Future.

  5. object Scheduler extends SchedulerCompanionImpl

  6. object UncaughtExceptionReporter

    See UncaughtExceptionReporter.

  7. package cancelables

    Cancelables represent asynchronous units of work or other things scheduled for execution and whose execution can be canceled.

  8. package rstreams

  9. package schedulers

Ungrouped