aboutsummaryrefslogtreecommitdiffstats
path: root/lang/tcl81-thread/pkg-comment
diff options
context:
space:
mode:
authorejc <ejc@FreeBSD.org>1999-01-22 02:19:58 +0800
committerejc <ejc@FreeBSD.org>1999-01-22 02:19:58 +0800
commit9ff90119dcb30307cfa2c0381a37174dbf803df4 (patch)
tree6d610d573a18c2ae994a24976faa19eadd9c0736 /lang/tcl81-thread/pkg-comment
parenta9710c7bfcee2f908af9a9f59284b4729ceecdee (diff)
downloadfreebsd-ports-gnome-9ff90119dcb30307cfa2c0381a37174dbf803df4.tar.gz
freebsd-ports-gnome-9ff90119dcb30307cfa2c0381a37174dbf803df4.tar.zst
freebsd-ports-gnome-9ff90119dcb30307cfa2c0381a37174dbf803df4.zip
threaded version of tcl81
Diffstat (limited to 'lang/tcl81-thread/pkg-comment')
-rw-r--r--lang/tcl81-thread/pkg-comment11
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/tcl81-thread/pkg-comment b/lang/tcl81-thread/pkg-comment
new file mode 100644
index 000000000000..8dc4a87fec33
--- /dev/null
+++ b/lang/tcl81-thread/pkg-comment
@@ -0,0 +1,11 @@
+ 4. Threads. If configured with the --enable-threads flag, Tcl can
+ now be compiled for use in a multi-threaded application.
+ Individual threads are allowed to use one or more interpreters as
+ long as each interpreter (and any slave interpreters) is only
+ accessed by one thread. Each thread runs its own event loop, and
+ you can post events to other threads. There are new C APIs for
+ mutexes, condition variables, and thread local storage. See the
+ doc/Thread.3 manual entry for more details. Tk 8.1 is not yet
+ multi-thread safe. There is not yet support for tcl level use of
+ threading except for a test command. (Compile tcltest and try
+ testthread.)