Module fs

Module fs 

Source
Expand description

This module contains utilities to handle files.

Modules§

shared
This module implements a shared file with access controlled by an “advisory lock”. It allows multiple read access while restricts write access to a single actor at any given time.