Next: Overview
Up: Tcl Peer Multitasking Interface
Previous: Introduction
  Index
The peer multitasking interface is provided as a Tcl-package called eclipse_peer_multitask, and must be loaded along with either the embedded
(eclipse) or remote (remote_eclipse) variant of the Tcl peer
interface.
lappend auto_path "/location/of/my/eclipse/lib_tcl"
package require remote_eclipse
package require eclipse_peer_multitask
Warwick Harvey
2004-08-07