Opened 14 years ago
Last modified 10 years ago
#2637 closed Feature Requests
shared mutex lock — at Initial Version
Reported by: | Owned by: | ||
---|---|---|---|
Milestone: | Boost 1.50.0 | Component: | thread |
Version: | Boost 1.37.0 | Severity: | Optimization |
Keywords: | shared mutex duration | Cc: |
Description
The folowing should be added
template<typename TimeDuration> bool shared_mutex::timed_lock_shared(TimeDuration const & relative_time); template<typename TimeDuration> bool shared_mutex::timed_lock(TimeDuration const & relative_time);
Note:
See TracTickets
for help on using tickets.