Managing keyboard interrupts with multi-threaded parallel queues #214
Unanswered
dineshbvadhia
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Using the test example:
a. Are there 3 threads - the calling thread, and the p and c threads?
b. If there is a keyboard interrupt while the p and c threads are working, I want to pass control back to the calling thread to handle the exception safetly. How would this be achieved?
Beta Was this translation helpful? Give feedback.
All reactions