development/thread: Fix README.

Signed-off-by: B. Watson <yalhcru@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
B. Watson 2020-10-13 01:21:59 -04:00 committed by Willy Sudiarto Raharjo
parent b6c22a2020
commit a0cf5844f3
No known key found for this signature in database
GPG key ID: 3F617144D7238786

View file

@ -1,8 +1,11 @@
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.
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".