Skip to content

Allow configuration to use a MPSC queue instead of only a SPSC #6

@cjappl

Description

@cjappl

Currently, it's required that there is only one thread doing RT Logging (enqueuing ), and another doing the actual loging (dequeing)

ReaderWriterQueue is SPSC, we could possible use ConcurrentQueue by the same author to support multiple realtime threads.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions