soravux / scoop

SCOOP (Scalable COncurrent Operations in Python)
https://github.com/soravux/scoop
GNU Lesser General Public License v3.0
625 stars 88 forks source link

Wait for terminated process to create exit status #75

Closed nerdynucleon closed 1 year ago

nerdynucleon commented 5 years ago

resourceWarning is produced if del is called on worker process before process has terminated and registered process.returncode [Python>3.6]