fairthreads (devel/fairthreads) Add to my watchlist

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.

Version: 1.0 License: LGPL GitHub
Displaying statistics for 1,030 users who made submissions during: until

Statistics for selected duration

2024-Mar-30 to 2024-Apr-29


No stats available for this selection.

Try changing the range of days. Alternatively visit statistics page to have an overall look at the submitted statistics.