Skip to content

Commit

Permalink
Add flush
Browse files Browse the repository at this point in the history
  • Loading branch information
sgwilym committed Aug 20, 2024
1 parent a23e76d commit f01dcff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions data-model/src/store.rs
Original file line number Diff line number Diff line change
Expand Up @@ -179,4 +179,7 @@ where
area: &AreaOfInterest<MCL, MCC, MPL, S>,
traceless: bool,
) -> impl Future<Output = Vec<PD>>;

/// Force persistence of all previous mutations
fn flush() -> impl Future<Output = ()>;
}

0 comments on commit f01dcff

Please sign in to comment.