pth

v 2.0.7

GNU Portable Threads

Pth is a very portable POSIX/ANSI-C based library for Unix platforms which provides non-preemptive priority-based scheduling for multiple threads of execution ("multithreading") inside server applications. All threads run in the same address space of the server application, but each thread has its own individual program-counter, run-time stack, signal mask and errno variable.

https://www.gnu.org/software/pth/

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

sudo port install pth

Add to my watchlist

Installations 737
Requested Installations 15