Re: [Async-sig] Asyncio loop instrumentation

2018-01-01 Thread INADA Naoki
ly 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 or writable state). So poll_start

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

2016-10-12 Thread INADA Naoki
t send > 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 <songofaca...@gmail.com> wrote: >> >> > If you have asyncio based project, and it