Skip to content
/ lockfs Public

lockfs wraps an absfs FileSystem adding mutex lock/unlock to every filesystem and file method

License

Notifications You must be signed in to change notification settings

absfs/lockfs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lockfs - A thread safe wrapper for absfs.FileSystem

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.

absfs

Check out the absfs repo for more information about the abstract FileSystem interface and features like FileSystem composition.

LICENSE

This project is governed by the MIT License. See LICENSE

About

lockfs wraps an absfs FileSystem adding mutex lock/unlock to every filesystem and file method

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages