tclthread

Tcl extension implementing script level access to tcl threading capabilities
  http://tcl.sourceforge.net/
  1
  1 review



The thread extension creates threads that contain tcl interpreters, and it lets you send scripts to those threads for evaluation. it also enables you to share data between threads in a safe, protected fashion. additionally, it provides script-level access to basic thread synchronization primitives, like mutexes and condition variables.
Latest reviews
4
blueXrider 12 years ago

quite nice