-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Imperative API #2378
Draft
nfcampos
wants to merge
15
commits into
main
Choose a base branch
from
nc/8nov/send-future
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Imperative API #2378
+956
−227
Commits on Nov 26, 2024
-
Add
call
function to call a node and get a future- Whereas Send is for fire-and-forget type of calls, new `call` and `acall` functions are for flows where you want to wait for the node to finish before doing something else - Because we return regular python future objects (concurrent.futures.Future or asyncio.Future) all the python primitives for working with futures work, eg. wait, gather, etc
Configuration menu - View commit details
-
Copy full SHA for 3bd0eb7 - Browse repository at this point
Copy the full SHA 3bd0eb7View commit details -
Configuration menu - View commit details
-
Copy full SHA for f61aa2d - Browse repository at this point
Copy the full SHA f61aa2dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 40317ac - Browse repository at this point
Copy the full SHA 40317acView commit details -
Configuration menu - View commit details
-
Copy full SHA for d97543c - Browse repository at this point
Copy the full SHA d97543cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 90ff4d4 - Browse repository at this point
Copy the full SHA 90ff4d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for c522f21 - Browse repository at this point
Copy the full SHA c522f21View commit details -
Configuration menu - View commit details
-
Copy full SHA for ebd05e9 - Browse repository at this point
Copy the full SHA ebd05e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 519a0e4 - Browse repository at this point
Copy the full SHA 519a0e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for c081848 - Browse repository at this point
Copy the full SHA c081848View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ccaa0c - Browse repository at this point
Copy the full SHA 9ccaa0cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 60e0c5f - Browse repository at this point
Copy the full SHA 60e0c5fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 48ed1c1 - Browse repository at this point
Copy the full SHA 48ed1c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for f32612a - Browse repository at this point
Copy the full SHA f32612aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2221dbe - Browse repository at this point
Copy the full SHA 2221dbeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5fdba64 - Browse repository at this point
Copy the full SHA 5fdba64View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.