micropython-lib/multiprocessing
Paul Sokolovsky 7fbc074a13 multiprocessing: Implement Pipe-alike.
Unfortunately, any Pipe used for parent/child child communication
needs to be registered with child Process. To get around that, would
need to keep global registry of Pipes, and that's bloat.
2014-05-01 09:41:09 +03:00
..
multiprocessing.py multiprocessing: Implement Pipe-alike. 2014-05-01 09:41:09 +03:00
setup.py multiprocessing: Add, with bare Process class implementation. 2014-05-01 02:40:47 +03:00
test_pipe.py multiprocessing: Implement Pipe-alike. 2014-05-01 09:41:09 +03:00
test_process.py multiprocessing: Add, with bare Process class implementation. 2014-05-01 02:40:47 +03:00