Feature #377
SIGINT handler for gr_top_block::wait
| Status: | Closed | Start date: | ||
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | Eric Blossom | % Done: | 0% |
|
| Category: | gnuradio-core | |||
| Target version: | release-3.3-series | |||
| Resolution: | fixed |
Description
If there's no SIGINT handler installed when gr_top_block::wait is called, install one for the duration of the call, and do something similar to the python code such that SIGINT causes us to cleanly exit from wait. If there is a SIGINT handler installed, assume the user knows what they are doing. (Python installs its own SIGINT handler so this fix would only be useful for all C++ code.)
History
Updated by Tom Rondeau 5 months ago
- Status changed from New to Closed
- Resolution set to fixed