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
We used to have a buggy signal handling solution, which was removed in commit 032bf1d. It would be good to have a similar but working solution that addresses the problems discussed in that commit.
The text was updated successfully, but these errors were encountered:
Sure, happy to chat about a sane way to provide support for it. Roughly speaking, I think it should be safe to:
set global variables in the signal handler
periodically poll those variables in the signal check thread
have that thread enqueue events to be consumed by the active Bud instances, which could then turn them into tuples; similarly to how inbound network events are handled
Sure, happy to chat about a sane way to provide support for it. Roughly speaking, I think it should be safe to:
set global variables in the signal handler
periodically poll those variables in the signal check thread
have that thread enqueue events to be consumed by the active Bud instances, which could then turn them into tuples; similarly to how inbound network events are handled
—
Reply to this email directly or view it on GitHub.
We used to have a buggy signal handling solution, which was removed in commit 032bf1d. It would be good to have a similar but working solution that addresses the problems discussed in that commit.
The text was updated successfully, but these errors were encountered: