celery.backends.asynchronous
¶
Async I/O backend support utilities.
- class celery.backends.asynchronous.AsyncBackendMixin[源代码]¶
Mixin for backends that enables the async API.
- property is_async¶
- class celery.backends.asynchronous.BaseResultConsumer(backend, app, accept, pending_results, pending_messages)[源代码]¶
Manager responsible for consuming result messages.