You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I read the code of the whole project, it's now only supporting the select method. And there are someother multiplexing I/O methods, such as epoll, kqueue. Will nope.c support these methods? If so, I think the project needs a simple event driven library which packages multiple multiplexing I/O methods. And I'm writing a simple event driven library libse, I hope I could make some contributions to nope.c. Looking forward to your reply!
thank you very much!
The text was updated successfully, but these errors were encountered:
@Charles0429, thank you for checking out nope.c. I took a look at your library, and it looks pretty solid.
We have to make some major design decisions first. As per the discussion in #19, to which you have contributed, we have to balance three (potentially) opposing needs:
Simplicty
Scalability
Portability
I would say we should keep the discussion open in #19.
Hi, I read the code of the whole project, it's now only supporting the select method. And there are someother multiplexing I/O methods, such as epoll, kqueue. Will nope.c support these methods? If so, I think the project needs a simple event driven library which packages multiple multiplexing I/O methods. And I'm writing a simple event driven library libse, I hope I could make some contributions to nope.c. Looking forward to your reply!
thank you very much!
The text was updated successfully, but these errors were encountered: