Boost
C++ Libraries
...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
This is an older version of Boost and was released in 2013. The current version is 1.89.0.
boost::read_write_scheduling_policy::read_write_scheduling_policy —
Specifies the inter-class sheduling policy to use when a set of threads try to obtain different types of locks simultaneously.
enum read_write_scheduling_policy { writer_priority, reader_priority,
                                    alternating_many_reads,
                                    alternating_single_read };| Copyright © 2001-2003 William E. Kempf |