- All Known Subinterfaces:
MainStage
- All Known Implementing Classes:
AgentModel,AgentNode,MetaEdgeAgent,MetaHostAgent,MetaLaneAgent,MetaMeshAgent,MetaPartAgent,SideStage,Theater
An execution context in which to schedule tasks, create continuation calls,
and set timers.
Stage is thread safe.-
Method Summary
Modifier and TypeMethodDescription<T> Call<T>Returns aCallthat completes thecontinuation.voidSchedules arunnablefor concurrent execution.task(TaskFunction task) Returns an uncuedTaskRefbound to thetask, which can later be used to cue thetask.