This class allows you to transform a procedure in an independenttask that runs asynchronously to the main program. You can chooseif you want to start a task or a process,and how big the task's stack must be, and so on... Atask can also be terminated by the main program. Instructions arealso supplied to create message ports to communicate between the main programand the tasks.
|
|