Opened 10 years ago
Closed 10 years ago
#7587 closed Feature Requests (fixed)
Add strict_lock and nested_strict_lock
| Reported by: | viboes | Owned by: | viboes |
|---|---|---|---|
| Milestone: | Boost 1.53.0 | Component: | thread |
| Version: | Boost 1.52.0 | Severity: | Problem |
| Keywords: | Cc: |
Description
Based on Multithreading and the C++ Type System, Andrei Alexandrescu http://www.informit.com/articles/article.aspx?p=25298&seqNum=5
add two locks, strict_lock and a nested_strict_lock, that could be used for looks as permits. Add as well a is_strict_lock lock trait.
Change History (5)
comment:2 by , 10 years ago
| Milestone: | To Be Determined |
|---|
comment:3 by , 10 years ago
| Status: | new → assigned |
|---|
comment:4 by , 10 years ago
| Milestone: | → Boost 1.53.0 |
|---|
comment:5 by , 10 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Committed revision [81667].
Note:
See TracTickets
for help on using tickets.

Committed revision [81084][81100][81101].