Re: [Async-sig] [python-tulip] Python 3.6b2 will have C implemented Future

2016-10-12 Thread INADA Naoki
non-None value to a FutureIter": > https://travis-ci.org/tornadoweb/tornado/jobs/167252979 > > -Ben > > On Tue, Oct 11, 2016 at 3:55 PM INADA Naoki wrote: >> >> > If you have asyncio based project, and it uses Travis-CI, >> >> > please add "nightly&

Re: [Async-sig] [python-tulip] Python 3.6b2 will have C implemented Future

2016-10-14 Thread INADA Naoki
Thank you for information. I'll look it, hopefully in next week. 2016/10/15 午前2:24 "Julien Duponchelle" : > On Sun, Oct 9, 2016 at 8:06 AM Naoki INADA wrote: > >> Hi. >> >> I've just pushed C implementation of asyncio.Future [1]. >> It will be included in Python 3.6b2. >> >> It may have rough e

Re: [Async-sig] Asyncio loop instrumentation

2018-01-01 Thread INADA Naoki
sically the call to the `select/poll/whatever` syscall that will ask > for read or write to a set of file descriptors. `select/poll/whatever` syscalls doesn't ask for read or write. It waits for read or write (more accurate, waits for readable o