Comment by mort96

Comment by mort96 a day ago

3 replies

Sure, there are wrapper libraries. But then I'm met with the question: do I add some big heavy handed IO wrapper library, or ... do I just call poll

Galanwe a day ago

I wouldn't count uv/ev/etc as "big heavy IO wrapper library".

  • mort96 a day ago

    I would, especially when nothing else in the program uses it and you just introduce it for one small thing in place of calling poll(). It's over 40 000 loc, over 70 000 including tests.