This is TWS.h in view mode; [Download] [Up]
#import <objc/Object.h> #import <cthreads.h> @interface TWS:Object { id fields; mutex_t lockM,printM,doneM; condition_t doneC; int threadCount; } - init; - doIt:sender; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.