flush-index-drains-pending

Status: IN

`flush_index()` is the sole mechanism that materializes async index updates: it iterates `self._pending`, calls `_apply_index_op()` for each entry, and returns the count of operations applied

Source: entries/2026/05/29/topic-async-index-consistency.md

JSON