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

feat: support cursor for lmr #114

Merged
merged 3 commits into from
Sep 1, 2023

Conversation

my-vegetable-has-exploded
Copy link
Contributor

@my-vegetable-has-exploded my-vegetable-has-exploded commented Aug 18, 2023

std::io::cursor provide default write & read for <&mut [u8]>.
Providing a MappedRwLockWriteGuard<Cursor<&mut [u8]>> & MappedRwLockReadGuard<Cursor<&[u8]>> will reduce the burden on user to maintain the read/write index and provide convenience to the user.
close #109

examples/client.rs Outdated Show resolved Hide resolved
@GTwhy GTwhy merged commit 033a056 into datenlord:master Sep 1, 2023
my-vegetable-has-exploded added a commit to my-vegetable-has-exploded/async-rdma that referenced this pull request Sep 10, 2023
* add cursor for lmr

* add a little example

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

Successfully merging this pull request may close these issues.

support append for memory region
3 participants