I think it was left undefined on purpose so that those who already
handle interruption during method execution can continue to do so, but
those who don't, are not forced to change their code either.
-marina
Carlo de Wolf wrote:
> Is thread interruption by the container allowed or not?
>
> The spec is inconclusive on this point, while we assumed it was not
> allowed during async cancel design.
>
> Carlo