docs: with_context element is replaced by a decorator.
This commit is contained in:
parent
12fe884f1a
commit
dd69b8feeb
|
@ -283,7 +283,7 @@ Slaves listen on the following handles:
|
|||
|
||||
.. data:: mitogen.core.CALL_FUNCTION
|
||||
|
||||
Receives `(with_context, mod_name, class_name, func_name, args, kwargs)`
|
||||
Receives `(mod_name, class_name, func_name, args, kwargs)`
|
||||
5-tuples from
|
||||
:py:meth:`call_with_deadline() <mitogen.master.Context.call_with_deadline>`,
|
||||
imports ``mod_name``, then attempts to execute
|
||||
|
|
Loading…
Reference in New Issue