mirror of
https://github.com/boostorg/fiber.git
synced 2026-07-21 13:13:32 +00:00
Fix some typos in buffered_channel.qbk
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
[section:buffered_channel Buffered Channel]
|
||||
|
||||
__boost_fiber__ provides a bounded, buffered channel (MPMC queue) suitable to
|
||||
synchonize fibers (running on same or different threads) via asynchronouss
|
||||
synchronize fibers (running on the same or different threads) via asynchronous
|
||||
message passing.
|
||||
|
||||
typedef boost::fibers::buffered_channel< int > channel_t;
|
||||
|
||||
Reference in New Issue
Block a user