diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1999-01-25 07:13:05 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1999-01-25 07:13:05 +0000 |
commit | adb5c4b2b2602f4dcdcaec1953c4f5d9e940d56c (patch) | |
tree | 4a752b3d1b736410b2a8c26c027c09114d72de84 /lang/tcl81-thread | |
parent | Add xbanner. (diff) |
COMMENT should be a one-liner.
Notes
Notes:
svn path=/head/; revision=16292
Diffstat (limited to 'lang/tcl81-thread')
-rw-r--r-- | lang/tcl81-thread/pkg-comment | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/lang/tcl81-thread/pkg-comment b/lang/tcl81-thread/pkg-comment index 8dc4a87fec33..fc2aced9f64b 100644 --- a/lang/tcl81-thread/pkg-comment +++ b/lang/tcl81-thread/pkg-comment @@ -1,11 +1 @@ - 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.) +tcl81 with threads support |