summaryrefslogtreecommitdiffstats
path: root/substvars
diff options
context:
space:
mode:
Diffstat (limited to 'substvars')
-rw-r--r--substvars8
1 files changed, 8 insertions, 0 deletions
diff --git a/substvars b/substvars
new file mode 100644
index 0000000..bee1ec6
--- /dev/null
+++ b/substvars
@@ -0,0 +1,8 @@
+Common-Description:
+ nPth is a library to provide the GNU Pth API and thus a non-preemptive threads
+ implementation.
+ .
+ In contrast to GNU Pth it is based on the system's standard threads
+ implementation. This allows the use of libraries which are not compatible to
+ GNU Pth. Experience with a Windows Pth emulation showed that this is a solid
+ way to provide a co-routine based framework.