lock.ch

Declarations

Public Only
Publicnamespace fs
namespace fs
function lock_file_shared
func lock_file_shared(path : *char) : Result<File, FsError>
function lock_file_exclusive
func lock_file_exclusive(path : *char) : Result<File, FsError>