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
After #142 this is a lot easier, though still not easy.
Some notes:
Do concurrent read/writes work well with a single kqueue filter/event listener per fd. For example if I make two write calls and cancel one, what happens to the other? Will need some additional testing in this area.
Check on EV_ONESHOT vs. EV_DISPATCH.
The text was updated successfully, but these errors were encountered:
After #142 this is a lot easier, though still not easy.
Some notes:
EV_ONESHOT
vs.EV_DISPATCH
.The text was updated successfully, but these errors were encountered: