Support for AsyncRead/AsyncWrite
Open
- Dominant language
- Rust
- Stars
- 1.4k
- Forks
- 162
- PR merge metrics
- No merged PRs in 30d
Description
Hey, I'm in the process of making an async version of https://github.com/daa84/neovim-lib. One hurdle I'm facing is that msgpack-rust only support synchronous IO. It would be great (well, at least for me) if it would work asynchronously as well.
Are there plans? Would you accept a PR? If so, how should it be implemented? I guess one does not want to throw away the sync versions, so should the API be duplicated, or should it be a feature switch?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.