futurist/futurist
Joshua Harlow 2019213a62 Add future waiting helper module
This code is useful for waiting on green or regular futures
and ensuring this is done in a safe manner (both kinds can
not be waited at on the same time, due to how the locking
and event objects & strategies of both differ).

Depends-On: Ie491d8a504903fb27dcb9610567e660b86669126

Change-Id: I44ae2d260c1ecbdbd45b00b26113f9f1d64db5b6
2015-07-11 05:46:37 +00:00
..
tests Add future waiting helper module 2015-07-11 05:46:37 +00:00
__init__.py Rename futures.py -> _futures.py and expose at futurist module 2015-06-03 17:36:16 -07:00
_futures.py Allow synchronous executors to run in green compat. mode 2015-06-08 16:56:10 -07:00
_utils.py Move the periodic '_get_callback_name' to '_utils' 2015-06-28 19:18:16 -07:00
periodics.py Move the periodic '_get_callback_name' to '_utils' 2015-06-28 19:18:16 -07:00
waiters.py Add future waiting helper module 2015-07-11 05:46:37 +00:00