1 2 3 4 5 6 7
//! Checkpoint — flush dirty blobs + advance journal trim_id. //! //! **Status: stub.** v0.1 ships a synchronous checkpoint //! (`tree.checkpoint()`); v0.2 adds an asynchronous 3-thread //! checkpointer (checkpoint / io / eviction). // TODO: dirty set, flush, trim.