Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1556 |
|
Package | utility | |
Module | misc | |
Tool | executive |
include 'executive.g'; myexecutive:=executive() myexecutive.setconcurrent(2); myexecutive.run('doit()', inc='ireallydoit.g', host='zeus'); myexecutive.run('doitaswell()', inc='ireallydoit.g', host='zeus'); myexecutive.run('doiteventually()', inc='ireallydoit.g', host='zeus'); print myexecutive.list();