mirror of
https://github.com/status-im/nim-chronos.git
synced 2025-01-31 13:35:11 +00:00
e1c26a9cc9
Strict future access is now always enabled, making it a panic to access value/error when the Future is still pending - `read` and `readError` raise catchable exceptions instead which may be preferable to use. * remove `chronosStrictFutureAccess` enabling its functionality by default * disallow setting a cancellation callback on a non-pending future