Closed benmosher closed 1 year ago
If a timeout is set, the wait will return before process exit. close deletes the sentinel and breaks future join calls.
close
join
These 4 spaces allow multiple joins with a a timeout, as multiprocessing does.
timeout
multiprocessing
Should fix #270.
Thanks for merging this @auvipy!
If a timeout is set, the wait will return before process exit.
close
deletes the sentinel and breaks futurejoin
calls.These 4 spaces allow multiple joins with a a
timeout
, asmultiprocessing
does.Should fix #270.