Josh Baldwin

Results 38 comments of Josh Baldwin

Another option might be to have a background thread pool which blocks on the file io requests while maintaining epoll.

Hey @mikucionisaau been a busy week, I'll try and take a look at this as soon as I can. Thanks for reporting the issue.

Apologies on the very slow response, life has been busy, do you have a possible PR you could push that fixes this?

Hmm, I'm oddly inclined towards option 1 with hopefully a good error message since its how the stdlib solved a similar problem but some thoughts on 2 and 3: 2)...

Hey, thanks for the bug report, I've been able to reproduce this and trying to figure out how to properly fix it.

I've identified a fix but it uncovered a larger bug in the `coro::task_container`. I'm trying to figure out how to work through that. I'll post a PR tonight though on...

@YuHuanTin hi, if you are still interested in a fix for this the PR is up #265. Can you give it a try and make sure it fixes your issue?