Module sst::file_manager

source ·
Expand description

Management of open files. Intended to re-use open files and fail when too many files are open.

Structs§

  • A FileHandle represents an open, materialized, non-preemptable file.
  • FileManager manages open files.

Functions§