-
Notifications
You must be signed in to change notification settings - Fork 15
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
[ARC-144] Replace Network Client with Generator Enumerator #176
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@irvingoujAtDevolution you need to fix the errors reported by CI
Will do, and I have error with ffi as well, I'll fix ffi and push it for review |
ee1c585
to
f55bf44
Compare
f55bf44
to
d0d02d8
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good job!
Add Generator Based IO structure
Motivation
Allow SSPI-rs to be completly IO-free, yield the IO operation back to the caller using generator. Hence can be used in the browser.