Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
KjellKod committed Dec 12, 2023
1 parent 78f76a1 commit 1546268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/spsc_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ void consumeMessages(ReceiverQ& receiver, std::atomic<bool>& keep_working) {


int main() {
// Create a flexible SPSC queue with a dynamic size, determined at runtime initialization
// Create a flexible SPSC queue with a dynamic size, determined at runtime initialization.
auto queue = queue_api::CreateQueue<spsc::flexible::circular_fifo<std::string>>(10);

// Get the sender and receiver endpoints of the queue
Expand Down

0 comments on commit 1546268

Please sign in to comment.