pkgsrc/devel/pth/DESCR

6 lines
369 B
Text
Raw Normal View History

1999-07-05 07:09:48 +02:00
PTH is a very portable POSIX/ANSI-C based library for Unix platforms which
provides non-preemptive scheduling for multiple threads of execution
("multithreading") inside server applications. All threads run in the same
2000-02-06 14:31:48 +01:00
address space of the server application, but each thread has its own
1999-07-05 07:09:48 +02:00
individual program-counter, run-time stack, signal mask and errno variable.