summaryrefslogtreecommitdiffstats
path: root/substvars
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2014-06-11 23:47:32 (EDT)
committer P. J. McDermott <pj@pehjota.net>2014-06-11 23:47:32 (EDT)
commit7083b7a35eb6eb1b0086ca198e2ae9c8b70a906e (patch)
tree6433906f0c1b89dd1ab6145fc6ae4caf918f6882 /substvars
parent0d1318b791628084d70ef8c754c79ece5302fc22 (diff)
Add binary packages.
Diffstat (limited to 'substvars')
-rw-r--r--substvars7
1 files changed, 7 insertions, 0 deletions
diff --git a/substvars b/substvars
new file mode 100644
index 0000000..e35048d
--- /dev/null
+++ b/substvars
@@ -0,0 +1,7 @@
+Common-Description:
+ 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 (aka "multithreading") inside event-driven applications. All threads
+ run in the same address space of the server application, but each thread has
+ it's own individual program-counter, run-time stack, signal mask and errno
+ variable.