Skip to content

Commit

Permalink
Update iceoryx_hoofs/concurrent/buffer/include/iox/detail/spsc_sofi.hpp
Browse files Browse the repository at this point in the history
Co-authored-by: Mathias Kraus <[email protected]>
  • Loading branch information
albtam and elBoberido authored Mar 20, 2024
1 parent 6350779 commit 9f8abea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ namespace concurrent
/// @brief Thread safe (without locks) single producer and single consumer queue with a safe
/// overflowing behavior
/// @note When SpscSoFi is full and a sender tries to push, the data at the current read pos will be
/// returned. This behavior mimics a FiFo queue but prevents data loss when pushing into
/// returned. This behavior mimics a FiFo queue but prevents resource leaks when pushing into
/// a full SpscSoFi.
/// SpscSoFi is especially designed to provide fixed capacity storage.
/// SpscSoFi only allocates memory when created, capacity can be adjusted explicitly.
Expand Down

0 comments on commit 9f8abea

Please sign in to comment.