Common Process Model : Synchronization using semaphore and delay : Process methods

Process methods
The following instance methods pertain to processes:
priority
Answers the receiver's priority.
priority:
Sets the receiver's priority to be the specified value.
queueInterrupt:
Runs the argument block in the receiving process.
resume
Resumes the receiver.
suspend
Places the receiver in suspended state.
terminate
Terminates the receiver.
 
Porting tip:
ProcessorScheduler is called ProcessScheduler in Smalltalk/V.