Opened 10 years ago

Last modified 8 years ago

#8273 assigned Feature Requests

Add externally locked streams

Reported by: viboes Owned by: viboes
Milestone: Component: thread
Version: Boost 1.52.0 Severity: Problem
Keywords: Cc:

Description

Based on N3354: C++ Stream Mutexes http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2012/n3354.html add thread safe streams that gets its protecting mutex externally instead of internally as in the proposal so that several streams can share the same protecting mutex.

This will be useful to take in account coherency when working with cout and cin.

Change History (5)

comment:1 by viboes, 10 years ago

Status: newassigned

comment:2 by viboes, 10 years ago

Milestone: To Be DeterminedBoost 1.55.0

comment:3 by viboes, 9 years ago

Milestone: Boost 1.55.0Boost 1.56.0

comment:4 by viboes, 9 years ago

Milestone: Boost 1.56.0Boost 1.57.0

comment:5 by viboes, 8 years ago

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