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
Certain executors, like new versions of Swift, wants to use process groups for themselves, and doing breaks cptbox. We could instead keep track of our children with pidfds and poll them by putting them in an epoll.
The text was updated successfully, but these errors were encountered:
Certain executors, like new versions of Swift, wants to use process groups for themselves, and doing breaks
cptbox
. We could instead keep track of our children withpidfd
s and poll them by putting them in anepoll
.The text was updated successfully, but these errors were encountered: