so, if a particular thread is interrupted, do the ...
# coroutines
g
so, if a particular thread is interrupted, do the executor services localize that interruption to tasks or does that flag persist across tasks? will a coroutine be dispatched on an interrupted thread?