Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Strict Future value #471

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

Strict Future value #471

wants to merge 1 commit into from

Commits on Nov 17, 2023

  1. Strict Future value / error access

    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
    arnetheduck committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    e1c26a9 View commit details
    Browse the repository at this point in the history