Unverified Commit 2baa45ca authored by Kyle Kloberdanz's avatar Kyle Kloberdanz Committed by GitHub
Browse files

Fix Windows shared mutex unlocking (#1445)

Unlike a POSIX read/write lock, in which both a read lock and a write
lock are unlocked by the same function, Windows requires that a read
lock is unlocked by a different function than a write lock.

Related: CDRIVER-3514
parent 6fee88bb
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment