goodboy / tractor

A distributed, structured concurrent runtime for Python (and friends)
GNU Affero General Public License v3.0
265 stars 12 forks source link

Add debug complete event `None`-guard for when already reset #324

Closed goodboy closed 2 years ago

goodboy commented 2 years ago

Tidbit case I missed in #165 where the completion event may have already been set back to None and we can get an attr error..