org.fusesource

hawtdispatch

package hawtdispatch

Visibility
  1. Public
  2. All

Type Members

  1. class Future[T] extends (T) ⇒ Unit with () ⇒ T

    Allows you to capture future results of an async computation.

  2. class ListEventAggregator[T] extends EventAggregator[T, ListBuffer[T]]

    An EventAggregator that coalesces object data obtained via calls to {@link CustomDispatchSource#merge(Object)} into a ListBuffer.

  3. class TaskTracker extends AnyRef

    A TaskTracker is used to track multiple async processing tasks and call a callback once they all complete.

Value Members

  1. object Future extends AnyRef

    no summary matey

  2. object ScalaDispatch extends AnyRef

    Provides Scala applications enhanced syntactic sugar to the HawtDispatch API.

  3. object ScalaDispatchHelpers extends AnyRef

    Contains several helper method for working with retained objects and callbacks.