-
Notifications
You must be signed in to change notification settings - Fork 68
Open
Labels
Description
I think it might be beneficial for the library to have a standard thread safe alternative for Buffer. Something like
public class ConcurrentBuffer : Source, Sink { ... }
The most common usage of it I think is safely writing into Buffer in one thread (or multiple threads) and reading from it in another thread (rarely multiple threads).
hfhbd, Chuckame, rnett and claudiofelber