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
I haven't checked yet, but doesn't the same thing happen in a C program? Except for the real time signals, Unix systems do not normally ensure that all instances of a signal are delivered. If a signal is raised twice before the program has a chance to handle the first raised signal, the signal handler is only invoked once.
go version
)?Also it's cross compiled and tested on Linux
go env
)?http://play.golang.org/p/lLTgaA8MRo
Get notification about SIGCHLD from every child
Only 65-72 notifications are sent in average case
The text was updated successfully, but these errors were encountered: