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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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