Merge pull request #307 from Davidoc26/develop

Fix some typos in buffered_channel.qbk
This commit is contained in:
Oliver Kowalke
2023-08-18 07:21:59 +02:00
committed by GitHub
+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;