Posted to tcl by hypnotoad at Fri May 31 01:02:26 GMT 2019view pretty

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
%