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


1.153 SharedQueue

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

My instances provide a guaranteed safe mechanism to allow for communication between processes. All access to the underlying data structures is controlled with critical sections so that things proceed smoothly.