fairthreads

v 1.0

Fair Threads in C

FairThreads offers a very simple framework for concurrent and parallel programming. Basically, it defines schedulers which are synchronization servers, to which threads can dynamically link or unlink. All threads linked to the same scheduler are executed in a cooperative way, at the same pace, and they can synchronize and communicate using broadcast events. Threads which are not linked to any scheduler are executed by the OS in a preemptive way, at their own pace. FairThreads offers programming constructs for linking and unlinking threads.

http://www-sop.inria.fr/mimosa/rp/FairThreads/FTC/

To install fairthreads, paste this in macOS terminal after installing MacPorts

sudo port install fairthreads

Add to my watchlist

Installations 0
Requested Installations 0