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 ObservableVectorTransaction #32

Merged
merged 9 commits into from
Sep 7, 2023
Merged

Add ObservableVectorTransaction #32

merged 9 commits into from
Sep 7, 2023

Commits on Sep 6, 2023

  1. Configuration menu
    Copy the full SHA
    85a2e30 View commit details
    Browse the repository at this point in the history
  2. im-util: Remove VectorExt

    It doesn't match the upcoming changes to VectorSubscriber.
    jplatte committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    5c5929e View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. im: Add ObservableVectorTransaction

    Also, remove impl Stream for VectorSubscriber in favor of two separate
    stream types, one mirroring the previous implementation and one that's
    outputs batches, making it much easier to ensure that multiple diffs of
    one transaction are handled as one unit.
    jplatte committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    ef32bad View commit details
    Browse the repository at this point in the history
  2. im: Adjust docs

    No need to link to a type that's linked through the function signature
    anyways.
    jplatte committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    b1aff43 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    983da58 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    150be36 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d56a8eb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5fcd584 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9d6ae4b View commit details
    Browse the repository at this point in the history