mirror of
https://github.com/status-im/nim-taskpools.git
synced 2025-01-27 14:45:47 +00:00
25f24dddaf
* avoid `Exception` raising effect * panic on barrier failure onstead of raising OSError - per barrier docs, it should never fail on a correctly initialized barrier * avoid different exception effects in debug/release mode