Skip to content

Portable (w/ c++20) version of lightweightsemaphore #449

Description

@aachrisg

I created a small wrapper around std::counting_semaphore to use instead of the OS - dependent variants.
The main advantage (besides os-independence) is that it greatly speeds up creation of blocking queues in windows by avoiding the creation calls for OS synchronization.

aachrisg@3c273f5

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