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

Cancellable Operations #18

Open
ajtack opened this issue Feb 5, 2012 · 0 comments
Open

Cancellable Operations #18

ajtack opened this issue Feb 5, 2012 · 0 comments
Labels

Comments

@ajtack
Copy link
Owner

ajtack commented Feb 5, 2012

Currently, a get/put/delete operation must be waited upon at the client.hxx level. It so happens it may be easy to shut down networking and thus trigger a rapid flood of socket cancellation errors, but this seems a bit roundabout.

It may be valuable to be able to cancel an operation at the client.hxx interface level. This also gets back into synchronous programming against Riak-Cpp, though, which I'm inclined to discourage.

This idea is in the "Do we need it?" question phase.

@ajtack ajtack added the feature label Feb 15, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant