Use epoll
and non-blocking read/write instead of DispatchIO on Linux
#47
Labels
blocker
Show stopping issues for 0.0.1
(manually cloned from iCharlesHu/Subprocess#61 from @danpalmer)
We are getting bad pointer deref on Linux deep within
libdispatch
:We should switch to
epoll
for our async IO needs on Linux.The text was updated successfully, but these errors were encountered: