The execution context
no type hierarchy
no supertypes hierarchy
no subtypes hierarchy
Methods | |
childContext | Source Codeshared formal ExecutionContext childContext() |
deferred | Source Codeshared Deferred<Value> deferred<Value>() Create a new deferred running on this context |
fulfilledPromise | Source Codeshared Promise<T> fulfilledPromise<T>(T val) Create a new fulfilled promise running on this context |
rejectedPromise | Source Codeshared Promise<T> rejectedPromise<T>(Throwable reason) Create a new rejected promise running on this context |
run | Source Codeshared formal void run(void task()) |
Inherited Methods |
Methods inherited from: Object |