Commit 4327baab authored by David Wilson's avatar David Wilson

docs: remove final references to call_with_deadline().

parent dd69b8fe
......@@ -285,7 +285,7 @@ Slaves listen on the following handles:
Receives `(mod_name, class_name, func_name, args, kwargs)`
5-tuples from
:py:meth:`call_with_deadline() <mitogen.master.Context.call_with_deadline>`,
:py:meth:`call_async() <mitogen.master.Context.call_async>`,
imports ``mod_name``, then attempts to execute
`class_name.func_name(\*args, \**kwargs)`.
......@@ -334,7 +334,7 @@ listen on the following handles:
Additional handles are created to receive the result of every function call
triggered by :py:meth:`call_with_deadline() <mitogen.master.Context.call_with_deadline>`.
triggered by :py:meth:`call_async() <mitogen.master.Context.call_async>`.
Sentinel Value
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment