An action deferred until the current busy state resolves.
DeferredAction(
self,
*,
kind: DeferredActionKind,
execute: Callable[[], Awaitable[None]]
)| Name | Type |
|---|---|
| kind | DeferredActionKind |
| execute | Callable[[], Awaitable[None]] |
Identity key for deduplication — one of DeferredActionKind.
Async callable that performs the actual work.