Interface for async command handlers. Provides methods to start, handle, pause, resume, and cancel commands.
Called with the time delta to update the object.
The time delta since the last tick.
Cancels an async command.
The command to cancel.
Handles an incoming async command.
The command to handle.
Pauses an async command.
The command to pause.
Resumes an async command.
The command to resume.
Starts the handler with a specified number of tasks in the pool.
Number of tasks to initialize.
Interface for async command handlers. Provides methods to start, handle, pause, resume, and cancel commands.