Function docchi::fs::history::get_peekable_info[][src]

pub fn get_peekable_info<'a>(
    history_info: &HistoryInfo
) -> &'a PeekableCacheInfo
Expand description

You can peek the file to be derived in the next save, but the Mutex is needed for save and load. If you call save or load while the MutexGuard is alive, deadlock occurs.