Antoine Pitrou added the comment:

FWIW:

> The concerns I have with "get_awaitable" are [snip]

I agree with you.

> I've changed the suggestion function name to "call_async"

I disagree. "async" is an extremely overloaded term with no unambiguous meaning 
(but possible misinterpretations), especially now that Python 3.5 has an 
"async" keyword (or quasi-keyword? I don't remember :-)).

"call_in_executor" I think was fine. "call_in_thread" would be as well (and 
would mimick Twisted's own callInThread).

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue24571>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to