I think we want cancellations only in asynchronous code, not in synchronous code. Would it therefore make sense to keep else/except clauses that specifically handle non-cancellation-exceptions only inside async function bodies, just like the await.cancelToken meta property (#39)?
I think we want cancellations only in asynchronous code, not in synchronous code. Would it therefore make sense to keep
else
/except
clauses that specifically handle non-cancellation-exceptions only insideasync function
bodies, just like theawait.cancelToken
meta property (#39)?