-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow C-Task object to be interrupted (in most cases) (#26)
* work for ctask interrupt * fixes. cannot interrupt new ctask * don't rely on the "task_is_runnable()" test until the interrupted task has its interrupt delivered (has run) * we cannot interrupt c tasks with __step scheduled. * fix coverage for impossible code * support timeouts for CTasks * Update README * remove accidental checkin * fix typing * Fix assertion for different name of internal object in 3.9 * typing, spelling
- Loading branch information
1 parent
6135d21
commit 576fd49
Showing
5 changed files
with
274 additions
and
108 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
Oops, something went wrong.