Server Smalltalk Guide

SstSharedQueue

Shared queues are synchronized queues, useful for passing objects between concurrent processes. They support standard queue protocol (add:, remove, and so on).


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]