POSIX signal values (union sigval) is an application defined extra parameter of signals. It could be
delivered by sigqueue, or timer_create etc. In some situations this is very useful. But now we can't get it in Go. I've tried to implement this as an external package but it seems impossible.
POSIX signal values (
union sigval) is an application defined extra parameter of signals. It could bedelivered by
sigqueue, ortimer_createetc. In some situations this is very useful. But now we can't get it in Go. I've tried to implement this as an external package but it seems impossible.