Task Manager 2.2.1

Source in C, Pascal, etc. Note: apps that come with source should be included here as well as the appropriate software directory.
User avatar
Info-Mac
Administrator
Posts:13716
Joined:December 21st, 1988, 11:00 am
Task Manager 2.2.1

Post by Info-Mac » June 21st, 1992, 9:00 am

Download: http://archive.info-mac.org/dev/src/tas ... -221-c.hqx

Regarding Task Manager 2.2.1
The Task Manager is a C source code package for creating and managing
tasks--separate execution threads that run nonpreemptively in the background.
Tasks should periodically call a Task Manager yielding routine to allow other
tasks to run. Tasks are ideal for lengthy processes that you would like to run
in the background, since the task runs in a separate execution thread from your
event loop.

--Michael


=======================================================================
Michael P. Hecht | Internet: [email protected]
SAS Institute Inc.; Cary, NC USA | AppleLink: SAS.HECHT
Post Reply