Skip to content

Introduce Thread Safe Buffer #447

@vdshb

Description

@vdshb

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).

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions