Andrew Svetlov <andrew.svet...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue33117>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to