Wykres commitów

7 Commity (1f9f9da8b375e7e406a8a032514bb43923714968)

Autor SHA1 Wiadomość Data
Paul Sokolovsky b975f8652c multiprocessing: Update metadata. 2014-05-01 10:45:17 +03:00
Paul Sokolovsky c2f094e29b multiprocessing: Add true async proof-test. 2014-05-01 10:44:22 +03:00
Paul Sokolovsky cd2774bb8e multiprocessing: Add AsyncResult.ready() with real async implementation. 2014-05-01 10:30:01 +03:00
Paul Sokolovsky fddef71832 multiprocessing: Add trivial AsyncResult, not much async at all. 2014-05-01 10:13:03 +03:00
Paul Sokolovsky b16a92a365 multiprocessing: Add dummy Pool implementation which doesn't really uses pool. 2014-05-01 09:57:29 +03:00
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
Paul Sokolovsky fec581f862 multiprocessing: Add, with bare Process class implementation. 2014-05-01 02:40:47 +03:00