Opened 10 years ago
Last modified 8 years ago
#7589 assigned Feature Requests
Add polymorphic lockables
| Reported by: | viboes | Owned by: | viboes |
|---|---|---|---|
| Milestone: | Component: | thread | |
| Version: | Boost 1.52.0 | Severity: | Not Applicable |
| Keywords: | Cc: |
Description
Mutex are generic classes that work well when generic programming. Sometimes, in a OOP context, it is useful to be able to use polymorphically any model of a lockable.
A poly_lockable class that defines the lockable interface could be added as well as an poly_lockable_adapter to make any Lockable inherit from poly_lockable.
Change History (10)
comment:1 by , 10 years ago
| Milestone: | To Be Determined |
|---|
comment:2 by , 10 years ago
| Status: | new → assigned |
|---|
comment:3 by , 10 years ago
comment:4 by , 10 years ago
| Milestone: | → Boost 1.53.0 |
|---|
comment:6 by , 10 years ago
| Milestone: | Boost 1.53.0 |
|---|
comment:7 by , 10 years ago
| Milestone: | → Boost 1.55.0 |
|---|
comment:8 by , 9 years ago
| Milestone: | Boost 1.55.0 → Boost 1.56.0 |
|---|
comment:9 by , 9 years ago
| Milestone: | Boost 1.56.0 → Boost 1.57.0 |
|---|
comment:10 by , 8 years ago
| Milestone: | Boost 1.57.0 |
|---|
Note:
See TracTickets
for help on using tickets.

Committed in trunk [81104]