fix issues with Ctrl-C tasks cancellation

This commit is contained in:
Aleix Conchillo Flaqué
2024-05-17 10:43:52 -07:00
parent f432e2b17e
commit f62fe059b1
3 changed files with 37 additions and 26 deletions

View File

@@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added initial interruptions support.
### Fixed
- Fixed issues with Ctrl-C program termination.
## [0.0.16] - 2024-05-16
### Fixed