startover / pythonfutures

Automatically exported from code.google.com/p/pythonfutures
Other
0 stars 0 forks source link

Deferred Class Would Be Nice #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I've found this to personally be very useful in conjunction with Future

It allows for chaining and distribution of results and errors

An implementation of Deferred using Future. It only works with my pyev Future 
class though as Future requires the loop to be passed around.

http://bitbucket.org/bfrog/whizzer/src/tip/whizzer/futures.py

Original issue reported on code.google.com by thomas.burdick@gmail.com on 1 Sep 2010 at 10:57

GoogleCodeExporter commented 9 years ago
Forget this bug. Futures really are a different beast.

Original comment by thomas.burdick@gmail.com on 10 Sep 2010 at 6:48

GoogleCodeExporter commented 9 years ago

Original comment by brian.qu...@gmail.com on 14 Nov 2010 at 3:49