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

Use Runspace scoped registrations #3

Merged
merged 1 commit into from
Mar 21, 2024
Merged

Use Runspace scoped registrations #3

merged 1 commit into from
Mar 21, 2024

Commits on Mar 21, 2024

  1. Use Runspace scoped registrations

    Move away from thread local storage for registrations to a new method
    that scopes the storage to a Runspace. This is because a Runspace where
    a module is loaded is not guaranteed to always run on the same thread
    breaking the previously registered forges.
    jborean93 committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    b4e4e8b View commit details
    Browse the repository at this point in the history