Add overloads of core.sync.rwmutex.ReadWriteMutex.Reader/Writer.tryLock that take a timeout duration. Efficient implementation requires access to private fields of ReadWriteMutex.
@n8sh created dlang/druntime pull request #3114 "Add overloads of core.sync.rwmutex.ReadWriteMutex.Reader/Writer.tryLock that take a timeout duration" fixing this issue: - Fix Issue 20859 - Add overloads of core.sync.rwmutex.ReadWriteMutex.Reader/Writer.tryLock that take a timeout duration https://github.com/dlang/druntime/pull/3114
dlang/druntime pull request #3114 "Add overloads of core.sync.rwmutex.ReadWriteMutex.Reader/Writer.tryLock that take a timeout duration" was merged into master: - e33e76b73640aedc7cd6796eaac0688e6674d90c by Nathan Sashihara: Fix Issue 20859 - Add overloads of core.sync.rwmutex.ReadWriteMutex.Reader/Writer.tryLock that take a timeout duration https://github.com/dlang/druntime/pull/3114