You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For feature parity... now that ReadFile/WriteFile has locks, we need something similar on Windows.
It's really just advisory locking we want / need I think, since that's all we can get on POSIX anyway, I think!? but that's enough for implementation of lock files and similar.
I've used file locking in haskell which has some support for Windows, so copy with pride!
The text was updated successfully, but these errors were encountered:
For feature parity... now that ReadFile/WriteFile has locks, we need something similar on Windows.
It's really just advisory locking we want / need I think, since that's all we can get on POSIX anyway, I think!? but that's enough for implementation of lock files and similar.
I've used file locking in haskell which has some support for Windows, so copy with pride!
The text was updated successfully, but these errors were encountered: