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

Core Data: Add __experimentalBatch() #28210

Merged
merged 1 commit into from
Jan 28, 2021
Merged

Commits on Jan 28, 2021

  1. Replace batch processing store with a simpler API

    - Replaces the batch-processing data store with a stripped back API that
      doesn't use any persistence.
    - Adds __experimentalBatch() to core-data.
    - Changes edit-widgets to use __experimentalBatch().
    - Fixes batch processing race condition by using batch.add( thunk ).
    noisysocks committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    90535c1 View commit details
    Browse the repository at this point in the history