Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在将一个程序移植到使用 POSIX fcntl 锁定(setLock、getLock、waitToSetLock)的 Windows。我在 GHC 的库或 Hackage 上找不到任何用于 Windows 的锁定内容。有没有什么?
我在运行 Idris REPL 时遇到了相反的问题,即在 Windows 上的文件在被标准 Haskell I/O 函数打开时总是被锁定,因此在 REPL 中打开的文件不能同时被编辑器打开。因此,如果您不需要锁定已关闭的文件,您的问题可能已经解决。