Question

Wondering if there is an existing ring buffer in .NET that has only one writer, but can have multiple consumers?

Needless to say, there are multiple threads reading from this buffer (but only one thread writing), so the implementation would have to be thread safe.

No correct solution

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top