-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Optionally disable pipeline halt on SIGINT (#154)
Optional argument `signal_halt` for the `G3Pipeline.Run()` method. By default, this is set to True to enable current behavior, namely that a pipeline is halted (via the `halt_processing` flag) and terminates after the current frame reaches the end of the pipeline. If False, this signal handling is disabled, and it is then up to the user to ensure that a running pipeline is properly halted on interrupt.
- Loading branch information
Showing
3 changed files
with
19 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters