summaryrefslogtreecommitdiff
path: root/taskflow/utils/async_utils.py
Commit message (Expand)AuthorAgeFilesLines
* Bump futurist and remove waiting code in taskflowJoshua Harlow2015-07-251-88/+0
* Integrate futurist (and **remove** taskflow originating code)Joshua Harlow2015-07-091-3/+6
* Use newer versions of futures that adds exception tracebacksJoshua Harlow2015-05-121-6/+3
* Use importutils.try_import for optional eventlet importsJoshua Harlow2015-01-251-4/+2
* Add back a 'eventlet_utils' helper utility moduleJoshua Harlow2015-01-161-3/+4
* Return the same namedtuple that the future module returnsJoshua Harlow2014-12-211-15/+18
* Add a futures type that can unify our future functionalityJoshua Harlow2014-10-181-11/+71
* Raise a runtime error when mixed green/non-green futuresJoshua Harlow2014-09-061-6/+15
* Use futures wait() when possibleJoshua Harlow2014-05-141-54/+7
* Remove extraneous vim configuration commentsyangxurong2014-02-141-2/+0
* Instead of doing set diffing just partition when state checkingJoshua Harlow2014-02-121-8/+18
* Doc strings and comments clean-upskudriashev2014-01-261-1/+1
* Add make_completed_future to async_utilsIvan A. Melnikov2013-12-251-1/+8
* Move async utils to own fileJoshua Harlow2013-12-201-0/+73