Posted to tcl by hypnotoad at Thu May 30 18:01:24 GMT 2019view raw
- basra:build-macos seandeelywoods$ ./sobyk
- % set t [thread::create]
- invalid command name "thread::create"
- % package require Thread
- 2.9a1
- % set t [thread::create]
- tid0x70000e89a000
- % thread::send $t {package require udp}
- 1.0.10
- %