Posted to tcl by hypnotoad at Thu May 30 18:01:24 GMT 2019view raw

  1. basra:build-macos seandeelywoods$ ./sobyk
  2. % set t [thread::create]
  3. invalid command name "thread::create"
  4. % package require Thread
  5. 2.9a1
  6. % set t [thread::create]
  7. tid0x70000e89a000
  8. % thread::send $t {package require udp}
  9. 1.0.10
  10. %
  11.