diff options
author | asami <asami@FreeBSD.org> | 1999-01-25 15:13:05 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1999-01-25 15:13:05 +0800 |
commit | 90826c0c4cfb9a47495f74fc59d74a998d2bc35c (patch) | |
tree | be0f24c0f4c20f7838e994cd5a173e454e1d0e0b /lang | |
parent | ac685dd92045d08fcab85af2def84c4ee6674946 (diff) | |
download | freebsd-ports-gnome-90826c0c4cfb9a47495f74fc59d74a998d2bc35c.tar.gz freebsd-ports-gnome-90826c0c4cfb9a47495f74fc59d74a998d2bc35c.tar.zst freebsd-ports-gnome-90826c0c4cfb9a47495f74fc59d74a998d2bc35c.zip |
COMMENT should be a one-liner.
Diffstat (limited to 'lang')
-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 |