(original) (raw)

On 27 November 2017 at 18:41, Nathaniel Smith <njs@pobox.com> wrote:
In asyncio, the convention is that the values you send back must be
Future objects,

Thanks this is useful. I didn't pick this up from the various PEPs or documentation. I guess I need to go through the src :)