|
@@ -152,6 +152,13 @@ class AsyncResult(ResultBase):
|
|
|
Waiting for tasks within a task may lead to deadlocks.
|
|
|
Please read :ref:`task-synchronous-subtasks`.
|
|
|
|
|
|
+ Warning:
|
|
|
+ Backends use resources to store and transmit results. To ensure
|
|
|
+ that resources are released, you must eventually call
|
|
|
+ :meth:`~@AsyncResult.get` or :meth:`~@AsyncResult.forget` on
|
|
|
+ EVERY :class:`~@AsyncResult` instance returned after calling
|
|
|
+ a task.
|
|
|
+
|
|
|
Arguments:
|
|
|
timeout (float): How long to wait, in seconds, before the
|
|
|
operation times out.
|