class documentation
Protocol for components that support graceful asynchronous shutdown.
Objects implementing this protocol expose an close coroutine
that the channel will call during shutdown to allow background tasks and
resources to be released.
| Async Method | close |
Perform asynchronous shutdown of the component. |