Package

com.nthportal

concurrent

Permalink

package concurrent

Visibility
  1. Public
  2. All

Type Members

  1. final class CancellableTask[T] extends AnyRef

    Permalink

    An asynchronously executed task which can be cancelled before or during its execution.

    An asynchronously executed task which can be cancelled before or during its execution.

    T

    the return type of body

  2. class OtherCancellationException extends Exception

    Permalink

    Thrown when a task fails because something else was cancelled, but the task itself was not cancelled.

Value Members

  1. object CancellableTask

    Permalink

Ungrouped