Module bigtools::utils::file::tempfilebuffer
source · Structs
- This struct provides a way to “buffer” data in a temporary file until the “real” file is ready to be written. This is useful if you have parallel generation of data that needs to be written to a file, but you don’t know the size of each part.