Comments on: ConcurrentQueue in C# https://code-maze.com/csharp-concurrentqueue/ Learn. Code. Succeed. Sat, 14 Oct 2023 11:57:38 +0000 hourly 1 https://wordpress.org/?v=6.7.5 By: Vladimir Pecanac https://code-maze.com/csharp-concurrentqueue/#comment-8694 Sat, 14 Oct 2023 11:57:38 +0000 https://code-maze.com/?p=96303#comment-8694 In reply to Mathew.

That’s right Mathew, that was a typo. Thanks for letting us know. We’ve corrected it.

]]>
By: Mathew https://code-maze.com/csharp-concurrentqueue/#comment-8693 Sat, 14 Oct 2023 08:05:24 +0000 https://code-maze.com/?p=96303#comment-8693 we can talk about two types of queues – first-in, last-out (FIFO) and last-in, first-out (LIFO).”

Should be “first-in, first-out (FIFO)”, isn’t it?

]]>