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
The signal-receiving StopSource currently uses elaborate hacks to request the StopSource from a signal handler. Instead we should just use a SelfPipe and send signals to a worker thread.
The signal-receiving StopSource currently uses elaborate hacks to request the StopSource from a signal handler. Instead we should just use a SelfPipe and send signals to a worker thread.
Reporter: Antoine Pitrou / @pitrou
Assignee: Antoine Pitrou / @pitrou
Related issues:
PRs and other links:
Note: This issue was originally created as ARROW-17859. Please see the migration documentation for further details.
The text was updated successfully, but these errors were encountered: