Skip to content

A subprocess-based reimplementation of parts of Python's multiprocessing library

License

Notifications You must be signed in to change notification settings

schneiderkamplab/subprocessing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

subprocessing

A subprocess-based reimplementation of parts of Python's multiprocessing library

TODOs

  • implement Process fully
  • implement other parts of the multiprocessing interface
  • look into non-blocking I/O to handle different job lengths
  • make dill vs pickle configurable?

About

A subprocess-based reimplementation of parts of Python's multiprocessing library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages