-
Notifications
You must be signed in to change notification settings - Fork 13
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
feat: --async
option for compiled binary (CLI)
#96
Comments
--async
option for compiled binary
--async
option for compiled binary--async
option for compiled binary (CLI)
you need to compile it with the feature enabled, use |
Yes, but that does not mean it will create async code, in my experience. |
i dont quite understand what this issue is about, so some general information: for async code to be generated, you need to:
Lines 57 to 60 in 007ace8
|
Oh, I checked |
Hi!
When using compiled binary (by
cargo install dsync
, notcargo add dsync
),--async
option is not there.I hope it's to be supported.
What do you think?
The text was updated successfully, but these errors were encountered: