byexamples / byexamples/byexample
Enter in failing_fast mode if the user interrupts the execution.
Open
enhancement
request for comments
- Dominant language
- Python
- Stars
- 67
- Forks
- 9
- PR merge metrics
- No merged PRs in 30d
Description
**Describe the feature you'd like**
Enter in ``failing_fast`` mode if the user interrupts the execution.
However this is *far* from being been trivial because we need to make the asynchronous interrupt into a synchronous one.
Because the user could interrupt the middle of an execution because it is too slow, this one must be canceled and then enter in ``failing_fast``.
There are much more corner cases. Brainstorming needed here!
Contributor guide
Assessment
This issue has not been assessed yet.