Interface Executor
- All Known Implementing Classes:
ExecutorImpl
public interface Executor
-
Nested Class Summary
Nested Classes -
Method Summary
-
Method Details
-
async
Async method- Type Parameters:
T- the promised value type- Parameters:
task- the task to be asynchronously executed- Returns:
- a promise
-
async
Async method- Parameters:
task- the task to be asynchronously executed- Returns:
- a promise
-