mirror of
https://github.com/boostorg/fiber.git
synced 2026-02-09 11:02:53 +00:00
16 lines
411 B
Plaintext
16 lines
411 B
Plaintext
[/
|
|
Copyright Oliver Kowalke 2009.
|
|
Distributed under the Boost Software License, Version 1.0.
|
|
(See accompanying file LICENSE_1_0.txt or copy at
|
|
http://www.boost.org/LICENSE_1_0.txt
|
|
]
|
|
|
|
[section:synchronization Synchronization]
|
|
[include mutexes.qbk]
|
|
[include condition_variables.qbk]
|
|
[include barrier.qbk]
|
|
[include event_variables.qbk]
|
|
[include channel.qbk]
|
|
[include future.qbk]
|
|
[endsect]
|