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

Add Storage.CrossThreadLocal #961

Merged
merged 2 commits into from
Mar 24, 2021
Merged

Add Storage.CrossThreadLocal #961

merged 2 commits into from
Mar 24, 2021

Commits on Mar 20, 2021

  1. Add Storage.CrossThreadLocal

    This storage implements the "unoptimized" version of thread local storage which allows for the scope to be closed in another thread, as it re-resolves the thread local context in `close`
    jatcwang committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    fd4578e View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2021

  1. Use CrossThreadLocal storage by default.

    - Fix Debug stroage to allow closing the scope in another thread without context contamination.
    - Add system property to choose a different context storage type
    jatcwang committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    a803097 View commit details
    Browse the repository at this point in the history