NLeSC / noodles

Computational workflow engine, making distributed computing in Python easy!
http://nlesc.github.io/noodles
Apache License 2.0
21 stars 7 forks source link

#54 return list of promised objects instead of a single promise #67

Closed felipeZ closed 6 years ago

felipeZ commented 6 years ago

Returning list of promises instead of a single PromisedObject containing an iterator can avoid confusion.