jox
jox copied to clipboard
Consider not throwing ExecutionException in structured scopes
Instead:
- rethrow the exceptions verbatim?
- use an unchecked wrapper exception
- consider tunneling
See the reddit thread