Async Interrupts stop responding if process is suspended/resumed
jaredr opened this issue · 0 comments
jaredr commented
Callbacks set with set_async_interrupt()
no longer get called if the process is suspended and then resumed. Indeed, the background thread disappears entirely.
It appears that the interrupt's polling loop does not handle EINTR
from epoll wait, causing it to terminate.