GitHub / BNandor / Simultaneous-Multi-Threading-Implementation
SMT concurrency implementation in C++, which lets you run a function(functor) simultaneously on multiple threads, taking jobs from a queue.
JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BNandor%2FSimultaneous-Multi-Threading-Implementation
PURL: pkg:github/BNandor/Simultaneous-Multi-Threading-Implementation
Stars: 0
Forks: 0
Open issues: 0
License: None
Language: C++
Size: 60.5 KB
Dependencies parsed at: Pending
Created at: over 7 years ago
Updated at: over 6 years ago
Pushed at: over 7 years ago
Last synced at: over 2 years ago
Topics: batch-job, concurrency, functor, queue, smt, thread