OptionalfailSet to false to continue operations even if errors occur.
If set to false, then an AggregateError will be raised on failure
containing all failures (even if only one). If true, then a normal
Error will be raised on failure.
Get a set of dependency nodes synchronously
Array of one or more entry nodes.
OptionalonHandle cycles synchronously
Optionalsignala signal that will trigger the graph traversal to end prematurely
Visit a node synchronously
Options that can define a synchronous graph traversal.
Note that if the visit() method is async, then the promises themselves will be used as the
Resulttype, which is likely not what you want!