Wykres commitów

3 Commity (b16a92a365488fad9fe053098d666c2d0945cdbf)

Autor SHA1 Wiadomość Data
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