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

Feat(standalone): thread-safety and serde #496

Merged
merged 3 commits into from
Apr 28, 2022

Commits on Apr 27, 2022

  1. Make the standalone storage thread-safe by removing struct-level Cell…

    …+RefCell; refactor usages of access_engine_storage_at_position to instead use with_engine_access
    birchmd committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    17dc51a View commit details
    Browse the repository at this point in the history
  2. More serde

    birchmd committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    cd2bd63 View commit details
    Browse the repository at this point in the history
  3. Make engine-standalone-storage promise module public so that the Noop…

    … handler can be used outide the crate
    birchmd committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    e374e8d View commit details
    Browse the repository at this point in the history