futurist/futurist
Joshua Harlow 0a68329c50 Allow for providing different run work sync functions
It can be quite useful to replace the running of work
function in the sync executor with a function that logs
or with a function that shows whats running, or other
so enable that replacement by having a new sync executor
parameter that can be provided to give alternate functions
that run work items.

Change-Id: I8f4a806ed698370b4f5a300d74ee507cbe4eebc5
2015-10-21 16:14:51 -07:00
..
tests Add 'enabled' parameter to @periodic decorator 2015-09-30 11:32:17 +02:00
__init__.py Allow providing a callback to certain executors to reject new work 2015-07-28 16:47:06 -07:00
_futures.py Allow for providing different run work sync functions 2015-10-21 16:14:51 -07:00
_green.py Move most of green helper classes -> '_green.py' 2015-09-30 16:25:12 -07:00
_utils.py Move most of green helper classes -> '_green.py' 2015-09-30 16:25:12 -07:00
periodics.py Merge "Some minor refactoring and comment/note addition" 2015-10-09 13:53:02 +00:00
rejection.py Allow providing a callback to certain executors to reject new work 2015-07-28 16:47:06 -07:00
waiters.py Add future waiting helper module 2015-07-11 05:46:37 +00:00