ThreadLib











(There's no video for ThreadLib yet. Please contribute to MR and add a video now!)
What is ThreadLib? From the project documentation: Thread Library is a free library, for use by Macintosh software developers, that implements cooperative multiple thread execution within a single application. Thread Library...
The 680x0 version of Thread Library is 2-3 times faster than Apple's Thread Manager. The PowerPC version of Thread Library is about 2 times faster than Apple's Thread Manager. Every thread has its own stack, and there are no restrictions on the objects that can be allocated on a thread's stack. All other global application data are shared by threads. Context switches are very efficient since they involve only a few operations to save the current thread's state, followed by a context switch to the new thread, and a few instructions to restore the new thread's state. The "threadlib1.0.sit_.hqx" archive includes:
The "threadlib1.0d4.cpt_.hqx" archive is an earlier release, from 1994, included for historical reasons. Historical Note Download ThreadLib
(74.2 KiB / 75.98 KB)
User Manual, converted from Microsoft Word to PDF
From Mac OS 6.0
|