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 Runnable

  3. object Scheduler extends SchedulerCompanion with SchedulerCompanionImpl

  4. object ThreadLocal

  5. package atomic

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

  6. package cancelables

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

  7. object extensions

  8. package locks

  9. package schedulers

Ungrouped