Function glean_core::glean_persist_ping_lifetime_data
source · pub fn glean_persist_ping_lifetime_data()
Expand description
Asks the database to persist ping-lifetime data to disk.
Probably expensive to call.
Only has effect when Glean is configured with delay_ping_lifetime_io: true
.
If Glean hasn’t been initialized this will dispatch and return Ok(()),
otherwise it will block until the persist is done and return its Result.