wok diff npth/description.txt @ rev 20138
Up firmware (20171030)
author | Richard Dunbar <mojo@slitaz.org> |
---|---|
date | Wed Nov 01 05:04:12 2017 -0400 (2017-11-01) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/npth/description.txt Wed Nov 01 05:04:12 2017 -0400 1.3 @@ -0,0 +1,9 @@ 1.4 +nPth - The New GNU Portable Threads Library 1.5 + 1.6 +This is a library to provide the GNU Pth API and thus a non-preemptive threads 1.7 +implementation. 1.8 + 1.9 +In contrast to GNU Pth is is based on the system's standard threads 1.10 +implementation. This allows the use of libraries which are not compatible to 1.11 +GNU Pth. Experience with a Windows Pth emulation showed that this is a solid 1.12 +way to provide a co-routine based framework.