| ========================== | |
| h_threadpool.FutureAdapter | |
| ========================== | |
| This is an adapter to delegate execution of the individual nodes in a Apache Hamilton graph to a threadpool. | |
| This is useful when you have a graph with many nodes that can be executed in parallel. | |
| .. autoclass:: hamilton.plugins.h_threadpool.FutureAdapter | |
| :special-members: __init__ | |
| :members: | |
| :inherited-members: |