home *** CD-ROM | disk | FTP | other *** search
-
- HOW IT WORKS - AND WHAT IT WON'T DO
-
- This unit can be used to perform multi-tasking in a single user
- environment. This package does NOT do pre-emptive (i.e. interrupt driven)
- multi-tasking. In order for it to work, all of your procedures should call
- YIELD when they have some time to give away.
-
- ------------------------------------------------------------------------------
-
- This program(procedure) is the property of Blue Star Systems, which
- reserved all rights. Use of this program for commercial purposes is
- prohibited.
-
- To obtain source code for this program, please send $10.00 to
-
- Blue Star Systems Please specify disk size. (5.25 / 3.5)
- 7751 Chestnut Ave
- Hammond In. 46324
-
- -------------------------------------------------------------------------------
-
- Notes: Maximum number of processes = 30
-
- Be sure to set up a small stack, otherwise you may run
- out of heap to allocate for each processes stack.
-
- If in doubt, yield
-