Next:
Signal
, Previous:
Set
, Up:
Base classes
1.149 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.
SharedQueue class-instance creation
: (class)
SharedQueue-accessing
: (instance)