From 12fe884f1a3c5645276dad0628c9077bef61e0fc Mon Sep 17 00:00:00 2001 From: David Wilson Date: Fri, 29 Sep 2017 13:42:02 +0530 Subject: [PATCH] Reference Select --- docs/api.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/api.rst b/docs/api.rst index 2a235f12..400cb818 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -499,6 +499,10 @@ Context Class except mitogen.core.CallError, e: print 'Call failed:', str(e) + Asynchronous calls may be dispatched in parallel to multiple + contexts and consumed as they complete using + :py:class:`mitogen.master.Select`. + .. method:: call (fn, \*args, \*\*kwargs) Equivalent to :py:meth:`call_async(fn, \*args, \**kwargs).get_data()