Skip to content

Replace locking primitives with standard library equivalents#252

Merged
DefaultRyan merged 1 commit into
masterfrom
defaultryan/cppx_locking
Mar 27, 2019
Merged

Replace locking primitives with standard library equivalents#252
DefaultRyan merged 1 commit into
masterfrom
defaultryan/cppx_locking

Conversation

@DefaultRyan

Copy link
Copy Markdown
Member

This is a mechanical change, simply replacing dropping slim_mutex, slim_lock_guard, and slim_condition_variable with the standard library equivalents.

(Fun fact: std::mutex is implemented using SRWLock under the covers)

@DefaultRyan DefaultRyan merged commit 3f3282c into master Mar 27, 2019
@DefaultRyan DefaultRyan deleted the defaultryan/cppx_locking branch March 27, 2019 03:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants