mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Fixed #32172 -- Adapted signals to allow async handlers.
co-authored-by: kozzztik <kozzztik@mail.ru> co-authored-by: Carlton Gibson <carlton.gibson@noumenal.es>
This commit is contained in:
committed by
Mariusz Felisiak
parent
9a07999aef
commit
e83a88566a
@@ -218,7 +218,9 @@ Serialization
|
||||
Signals
|
||||
~~~~~~~
|
||||
|
||||
* ...
|
||||
* The new :meth:`.Signal.asend` and :meth:`.Signal.asend_robust` methods allow
|
||||
asynchronous signal dispatch. Signal receivers may be synchronous or
|
||||
asynchronous, and will be automatically adapted to the correct calling style.
|
||||
|
||||
Templates
|
||||
~~~~~~~~~
|
||||
|
||||
Reference in New Issue
Block a user