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 viboes, 10 years ago

Milestone: To Be Determined

comment:2 by viboes, 10 years ago

Status: newassigned

comment:3 by viboes, 10 years ago

Committed in trunk [81104]

comment:4 by viboes, 10 years ago

Milestone: Boost 1.53.0

comment:5 by viboes, 10 years ago

Committed revision [81667].

comment:6 by viboes, 10 years ago

Milestone: Boost 1.53.0

comment:7 by viboes, 10 years ago

Milestone: Boost 1.55.0

comment:8 by viboes, 9 years ago

Milestone: Boost 1.55.0Boost 1.56.0

comment:9 by viboes, 9 years ago

Milestone: Boost 1.56.0Boost 1.57.0

comment:10 by viboes, 8 years ago

Milestone: Boost 1.57.0
Note: See TracTickets for help on using tickets.