Skip to content
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

Can DFG calls use keyword for async behavior? #866

Closed
dehann opened this issue Feb 24, 2022 · 1 comment
Closed

Can DFG calls use keyword for async behavior? #866

dehann opened this issue Feb 24, 2022 · 1 comment

Comments

@dehann
Copy link
Member

dehann commented Feb 24, 2022

addVariable!(...; async=true)

Note, SDKs will continue to have async behavior. Using async option as keyword in Julia only seems like best way to consolidate all the signatures for verbNoun harmony.

@Affie
Copy link
Member

Affie commented Apr 19, 2023

We are going with Async at the end of the function call, for example, addVariableAsync!.

Type stability might be too hard,

Yes, I agree, you will not be able to write type stable code, the only option is to use value dispatch eg. ::Val{true}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants