Interface BulkSetValueGuard.RustBatchCloser

Enclosing class:
BulkSetValueGuard

public static interface BulkSetValueGuard.RustBatchCloser
Callback registered by CellImplRustAdv when it lazily opens a Rust `batchBegin` for a freshly-seen book inside the current bulk loop. `popAndFire` invokes every registered closer in registration order so Rust's `end_batch` runs once per book — bringing `invalidate_eval_cache` + bulk-BFS down to once-per-book-per-bulk instead of once-per-cell.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
  • Method Details

    • close

      void close()