Package

org.powerscala.event

concurrent

Permalink

package concurrent

Visibility
  1. Public
  2. All

Type Members

  1. case class Status(message: String, progress: Double) extends Product with Serializable

    Permalink
  2. trait Task[T] extends Listenable

    Permalink

    Task is very similar to Callable, Future, Runnable, etc.

    Task is very similar to Callable, Future, Runnable, etc. except that it provides more depth of the current state of the progress.

  3. trait TaskManager extends Listenable

    Permalink

Ungrouped