taskflow/taskflow/engines/action_engine
Joshua Harlow 261826674b Allow for specifying green threaded to parallel engine
Currently when a string is passed to the parallel engine
it will only know how to create a process or a native thread
based executor. The futurist library also supports making
a green thread based executor, so support creating it.

This will save glance some code that they have to create
a executor based on different options (one of those is a
green option).

Change-Id: I15c164a38b4445d28eb6062aed6c56cce0e0364b
2016-05-03 11:00:51 -07:00
..
actions Allow for revert to have a different argument list from execute 2016-02-26 13:45:33 -06:00
__init__.py Removed copyright from empty files 2014-02-22 17:16:29 +08:00
analyzer.py Some additional engine logging 2016-01-13 09:17:45 -08:00
builder.py Add some basic/initial engine statistics 2016-02-01 17:37:49 -08:00
compiler.py Refactor Atom/BaseTask/Task/Retry class hierarchy 2016-02-18 19:58:59 -08:00
completer.py Add the ability to skip resolving from activating 2016-04-04 18:21:18 -07:00
deciders.py Add comment as to why we continue when tallying edge decider nay voters 2016-01-11 18:32:28 -08:00
engine.py Allow for specifying green threaded to parallel engine 2016-05-03 11:00:51 -07:00
executor.py Allow for specifying green threaded to parallel engine 2016-05-03 11:00:51 -07:00
runtime.py Allow for alterations in decider 'area of influence' 2016-01-09 22:42:17 -08:00
scheduler.py Add useful/helpful comment to retry scheduler 2016-01-19 13:23:02 -08:00
scopes.py Allow for alterations in decider 'area of influence' 2016-01-09 22:42:17 -08:00
traversal.py Allow for alterations in decider 'area of influence' 2016-01-09 22:42:17 -08:00