AllenInstitute / MIES

Multichannel Igor Electrophysiology Suite
https://alleninstitute.github.io/MIES/user.html
Other
22 stars 6 forks source link

ASYNC: Improved error status transfer from workers to main thread #2256

Closed MichaelHuth closed 3 weeks ago

MichaelHuth commented 3 weeks ago

If a thread was aborted through a regular AbortOnValue this was caught but only a possible RTE was evaluated. Thus, the readout function could not determine if the thread was aborted or not.

Changes:

close #2252