Results 125 comments of Lewis Baker

For async file I/O for `io_service` I'm thinking of using kernel aio (ie. `io_submit`, `io_getevents` and friends). Although from my research this seems to be somewhat limited in that it's...

I haven't started on Linux async I/O support yet.

Sure. Can you create a new issue to work through the build issue?

Great! I look forward to the PR :) For AIO, can you use an eventfd as the `aio_resfd` parameter of the `iocb` block for an I/O request as a way...

@neo5167 How are you going with the epoll/aio `io_service` for Linux? Do you need any help?

@neo5167 A PR with the basic `io_service` event loop and support for scheduling coroutines sounds like a great first step! I'd be happy to review it at that stage. I've...

@neo5167 My apologies for the delay in getting back to you. I've been travelling this week. As @ericniebler suggested, it's probably best if you create your own fork of cppcoro...

@neo5167 Great, I'll check it out.

@neo5167 I have started reviewing the code and am about 50% through. I have had quite a number of other distractions the last couple of weeks, though, so it's taking...

@neo5167 Sure, no worries. My email is my github username at gmail dot com.