mirror of
https://github.com/gabime/spdlog.git
synced 2026-04-10 11:34:29 +08:00
Docs: fix misleading comment in blocking_queue header (#3504)
This commit is contained in:
@@ -5,8 +5,8 @@
|
|||||||
|
|
||||||
// multi producer-multi consumer blocking queue.
|
// multi producer-multi consumer blocking queue.
|
||||||
// enqueue(..) - will block until room found to put the new message.
|
// enqueue(..) - will block until room found to put the new message.
|
||||||
// enqueue_nowait(..) - will return immediately with false if no room left in
|
// enqueue_nowait(..) - enqueue immediately. overruns oldest message if no
|
||||||
// the queue.
|
// room left.
|
||||||
// dequeue_for(..) - will block until the queue is not empty or timeout have
|
// dequeue_for(..) - will block until the queue is not empty or timeout have
|
||||||
// passed.
|
// passed.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user