Cellular IO
Project description
Cellular IO - A self-contained and self-managed IO loop
About
Cellular IO is an interface for IO loop style programming that bundles the IOloop lifecycle into the inner cell of a standard python data interface. If the cell is used like a generator then the ioloop is managed inside the generator during calls to __next__. If callbacks are used then the cell will block the current execution context until the sum of IO routines are complete.
An IOCell can consist of multiple levels of cascading IO routines. A first tier may do requests that add requests of a second tier to the workqueue. The cell coordinator keeps track of the different io tiers to ensure they are scheduled according to the strategy chosen by the user, be it latency, bandwidth, or just FIFO.
Installation
python3 ./setup.py build python3 ./setup.py install
Compatibility
Python 3.5+
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file cellulario-2.tar.gz
.
File metadata
- Download URL: cellulario-2.tar.gz
- Upload date:
- Size: 11.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6238910d4803a73a214dd0152cad0110d2f04f46519007ff754eb051005209cc |
|
MD5 | 5bc7fa509134354078c6be955fc079dd |
|
BLAKE2b-256 | c6acc7c1b0b947efbfa92c64e9e9b59c225e6998594fb3a32795d9e854b73d29 |