Click or drag to resize
DigitalRuneParallelStart Method
Creates and starts a task to execute the given work.
Overload List
  NameDescription
Public methodStatic memberStart(Action)
Creates and starts a task to execute the given work.
Public methodStatic memberStartT(FuncT)
Creates and starts a task which executes the given function and stores the result for later retrieval.
Public methodStatic memberStart(IWork)
Creates and starts a task to execute the given work.
Public methodStatic memberStart(Action, WorkOptions)
Creates and starts a task to execute the given work.
Public methodStatic memberStart(Action, Action)
Creates and starts a task to execute the given work.
Public methodStatic memberStartT(FuncT, WorkOptions)
Creates an starts a task which executes the given function and stores the result for later retrieval.
Public methodStatic memberStartT(FuncT, Action)
Creates and starts a task which executes the given function and stores the result for later retrieval.
Public methodStatic memberStart(IWork, Action)
Creates and starts a task to execute the given work.
Public methodStatic memberStart(Action, WorkOptions, Action)
Creates and starts a task to execute the given work.
Public methodStatic memberStartT(FuncT, WorkOptions, Action)
Creates and starts a task which executes the given function and stores the result for later retrieval.
Top
See Also