Fix some typos in buffered_channel.qbk

This commit is contained in:
David Eritsyan
2023-06-22 14:30:03 +04:00
committed by GitHub
parent 2cb72f5dce
commit 55ec46e13e
+1 -1
View File
@@ -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;