The lockfs FileSystem simply wraps all methods for absfs interfaces with a mutex Lock/Unlock making files and filesystems thread safe.
It's a good simple example of how functionality is added by composition of absfs.FileSystems.
Check out the absfs
repo for more information about the abstract FileSystem interface and features like FileSystem composition.
This project is governed by the MIT License. See LICENSE