Closed tecywiz121 closed 3 years ago
Closes #8 by checking errno (via std::io::Error::last_os_error()) instead of checking the return value of flock directly.
std::io::Error::last_os_error()
flock
Description
Closes #8 by checking errno (via
std::io::Error::last_os_error()
) instead of checking the return value offlock
directly.Types of changes