open_files

Function open_files 

Source
fn open_files() -> &'static Mutex<HashSet<PathBuf>>
Expand description

A DashSet<PathBuf> of files that are currently opened and being written to. When calling this function for the first time, we set the ctrlc handler to delete currently opened files then exit.