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

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

Value Members

  1. object Cancelable

  2. object Scheduler extends SchedulerCompanion with SchedulerCompanionImpl

  3. object ThreadLocal

  4. package async

  5. package atomic

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

  6. package cancelables

  7. object extensions

  8. package locks

  9. package misc

  10. package schedulers

Ungrouped