GitHub / NiclasDimitriadis / SeqLockQueue
Simple C++ implementation of a sequential-lock queue that heavily makes use of templates and leaves the user with the choice to avoid or embrace data races.
JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NiclasDimitriadis%2FSeqLockQueue
PURL: pkg:github/NiclasDimitriadis/SeqLockQueue
Stars: 1
Forks: 0
Open issues: 0
License: mit
Language: C++
Size: 79.1 KB
Dependencies parsed at: Pending
Created at: over 1 year ago
Updated at: 2 months ago
Pushed at: 2 months ago
Last synced at: 2 months ago
Topics: atomics, concurrency, sequential-locks