aboutsummaryrefslogtreecommitdiff
path: root/development/thread/README
diff options
context:
space:
mode:
authorZbigniew Baniewski <Zbigniew.Baniewski [at] gmail [dot] com>2019-06-09 05:06:01 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2019-06-09 05:32:08 +0700
commit8348ede1d11b736f67c05608e9328b179c632a37 (patch)
tree404c9c1eb5c8c724bd6f2561410034077699d456 /development/thread/README
parent693231e406ce8af16a613ecdc864027d0d671f82 (diff)
development/thread: Added (TCL Thread Extension).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/thread/README')
-rw-r--r--development/thread/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/development/thread/README b/development/thread/README
new file mode 100644
index 0000000000000..4c72291b24a2a
--- /dev/null
+++ b/development/thread/README
@@ -0,0 +1,8 @@
+Tcl Thread extension.
+You can use this extension to gain script-level access to Tcl
+threading capabilities.
+The extension can be used with Tcl cores starting from Tcl8.4 and later.
+Also, this extension supports, i.e. can be used as a loadable module of,
+AOLserver 4.x series of the highly-scalable web server from America Online.
+
+You need to have your Tcl core compiled with "--enable-threads".