monifu

concurrent

package concurrent

Visibility
  1. Public
  2. All

Type Members

  1. trait Cancelable extends AnyRef

    Represents an asynchronous computation whose execution can be canceled.

  2. trait 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.

  3. trait UncaughtExceptionReporter extends AnyRef

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

Value Members

  1. object Cancelable

  2. object FutureUtils

  3. object Implicits

    Defines implicit values that can be used by importing in the current context.

  4. object Scheduler extends SchedulerCompanion

  5. object UncaughtExceptionReporter

    See UncaughtExceptionReporter.

  6. package async

  7. package atomic

    A small toolkit of classes that support compare-and-swap semantics for mutation of variables.

  8. package cancelables

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

  9. object extensions

  10. package schedulers

Ungrouped