Commit ea8d6781 authored by Igor Chorazewicz's avatar Igor Chorazewicz
Browse files

concurrent_hash_map: introduce internal scoped_lock_traits

to generically implement upgrade/downgrade operations. If scoped_lock_type
implements upgrade_to_writer and downgrade_to_reader then traits class
will just call those methods, otherwise it will provide default implementation.
parent 6d6ac75d
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