set_future(
self,
future: asyncio.Future[ResultT],
) -> None| Name | Type | Description |
|---|---|---|
future* | asyncio.Future[ResultT] | Future owned by the application request path. |
Set the future to resolve with the terminal result.
Delivers an already-recorded result immediately, so callers may wire
the future either before or after resolve.