[docs] [issue33117] asyncio example uses non-existing/documented method

Andrew Svetlov report at bugs.python.org
Mon Oct 1 07:39:31 EDT 2018


Andrew Svetlov <andrew.svetlov at gmail.com> added the comment:

@xtreak is right, `run_coroutine_threadsafe()` returns `concurrent.futures.Future` object.

Personally, I like the fact that `fut.result()` is called with timeout parameter to reflect the fact of the different object type.

----------
resolution:  -> not a bug
stage:  -> resolved
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue33117>
_______________________________________


More information about the docs mailing list