Next: , Previous: , Up: Base classes   [Index]


1.134 Process

Defined in namespace Smalltalk
Superclass: Link
Category: Language-Processes

I represent a unit of computation. My instances are independantly executable blocks that have a priority associated with them, and they can suspend themselves and resume themselves however they wish.