-
Notifications
You must be signed in to change notification settings - Fork 23
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
Write Rados object asynchronous #21
Comments
mail data is sent asynchronously to rados. But currently both the async call to operate and the wait_for_completion call are in the same method (rados_save_finish) |
peter-mauritius
pushed a commit
that referenced
this issue
Aug 16, 2017
- creates mail data copy to std::string buffer in rados_save_continue fkt. - async op to write object to rados: called in rados_save_finish - finish callback is delegated to rados_mail_object. - rados_save_finish will wait for completion before returning. - TODO (add: wait for completion to correct lifecycle method)
peter-mauritius
pushed a commit
that referenced
this issue
Sep 8, 2017
- creates mail data copy to std::string buffer in rados_save_continue fkt. - async op to write object to rados: called in rados_save_finish - finish callback is delegated to rados_mail_object. - rados_save_finish will wait for completion before returning. - TODO (add: wait for completion to correct lifecycle method)
peter-mauritius
pushed a commit
that referenced
this issue
Sep 8, 2017
- creates mail data copy to std::string buffer in rados_save_continue fkt. - async op to write object to rados: called in rados_save_finish - finish callback is delegated to rados_mail_object. - rados_save_finish will wait for completion before returning. - TODO (add: wait for completion to correct lifecycle method)
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: