Package

lorance.rxsocket

dispatch

Permalink

package dispatch

Visibility
  1. Public
  2. All

Type Members

  1. trait CommandQueue[T] extends AnyRef

    Permalink
  2. class ObjectId extends Comparable[ObjectId] with Serializable

    Permalink
  3. trait Task extends AnyRef

    Permalink
  4. class TaskHolder extends AnyRef

    Permalink

    execute need wait task, also replaced by new task.You can create multi Dispatch if you willing(eg.

    execute need wait task, also replaced by new task.You can create multi Dispatch if you willing(eg. for preference)

    detail ability: 1. put a task to wait thread and execute if time-on 2. cancel the waiting task

    Notice: task should be recover by Manage if stop, also its matter of Manage

  5. case class TaskKey(id: String, systemTime: Long) extends Product with Serializable

    Permalink
  6. class TaskManager extends AnyRef

    Permalink

    todo remove the first task after it was ensure not nextTask some principle:

    todo remove the first task after it was ensure not nextTask some principle:

    1. a task exist if it in DataSet 2. remove a task from DataSet only it was executed or cancel by user.

Value Members

  1. object Task

    Permalink

Ungrouped