ossp-pkg/ex/README 1.8 -> 1.9
--- README 2003/01/06 15:32:27 1.8
+++ README 2003/01/30 10:23:12 1.9
@@ -22,6 +22,13 @@
the exceptional return codes from sub-routines are correctly passed
back to the parent.
+ The OSSP ex facility also provides advanced exception handling
+ features like shielded and deferred exceptions. Additionally, OSSP ex
+ allows you to choose the used underlying machine context switching
+ facility (jmp_buf(3), sigjmp_buf(3), ucontext(3), etc) and optionally
+ support multi-threading environments by allowing you to store the
+ exception catching stack in a thread-safe way.
+
COPYRIGHT AND LICENSE
Copyright (c) 2002-2003 Ralf S. Engelschall <rse@engelschall.com>
|
|