quchen / amoeba

Amœba is a distributed network.
Other
18 stars 1 forks source link

Move IOQueue to its own module #48

Closed quchen closed 10 years ago

quchen commented 10 years ago

(Right now the type and its API are spread over other modules)

quchen commented 10 years ago

Implemented in 833ed6209e8788b610424cae6c73a9381cedb5b7, new module Utilities.IOQueue. Note that sending to an IOQueue is still done in Utilities, since this requires knowledge about the Environment.

quchen commented 10 years ago

Similar changes for concurrency and networking were made 0db24c863cc7dc00e0c5b25e9645c7f1b1307140.