mpv

  • changelog
  • 0
  • finished

I began writing procenv, a Python library to spawn many processes whose lifetime is bound wit the lifetime of their environment context manager. It is useful if you need to asynchronously execute similar commands which you need to track, or if you need to run them in a sandbox.