| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Test Results 325 files 325 suites 5m 7s ⏱️ Results for commit 6c9d267. ♻️ This comment has been updated with latest results. |
Sorry, something went wrong.
|
|
||
| } | ||
|
|
||
| default void startComplete(ExecutionStrategyParameters parameters) { |
There was a problem hiding this comment.
javadoc would be nice
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This PR introduces an alternative data loader strategy that mimics in some way how the JS event loop Data Loader dispatcher works:
Instead of dispatching per Level (the current default) this strategy dispatches as soon as the engine is not "busy" anymore.
Busy here means specifically:
This also handles "chained data loaders": data loaders being used after another data loader inside one DataFetcher.
This new dispatching strategy can be enabled by setting
or