syrusakbary / promise

Ultra-performant Promise implementation in Python
MIT License
362 stars 76 forks source link

Resolve outer promises getting blocked waiting on inner promises to complete. #34

Closed addyess closed 7 years ago

addyess commented 7 years ago

attempts to fix issue https://github.com/syrusakbary/promise/issues/33

addyess commented 7 years ago

Darn... blows up in python2.7