Hacker News new | ask | show | jobs
by loeg 1173 days ago
> Otherwise all lock work would have to be try/catch wrapped and handled correctly.

Alternatively, you could ensure your codebase does not use exceptions. (Which is common for "C-style" programmers like GP.)