-
Notifications
You must be signed in to change notification settings - Fork 341
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
Locking for stdin #334
Locking for stdin #334
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.
Heh, this is very clever and I like it. Thanks!
Thanks for the PR! I think we should make async versions of Also, methods like |
26ec493
to
25ad113
Compare
25ad113
to
59615a6
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.
The unimplemented!()
calls need to be replaced with delegation to inner types. Thanks!
Yh! |
@k-nasa this is looking really good! I think all that's left from here is run |
Oh. I accidentally erased the branch... |
It is probably CI upset that CI will fail. |
@k-nasa merged the branch you linked! |
271a674
to
3dcad98
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.
Looks great, thanks heaps!
Implement
ref: #229