AsyncBackgroundExecutor(
self,
config: RunnableConfig,
)| Name | Type |
|---|---|
| config | RunnableConfig |
A context manager that runs async tasks in the background. Uses the current event loop to delegate tasks to asyncio tasks. On exit,
__cancel_on_exit__=True__reraise_on_exit__=True
ignoring CancelledError