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

Asynchronous client #36

Closed
GoogleCodeExporter opened this issue Mar 15, 2016 · 1 comment
Closed

Asynchronous client #36

GoogleCodeExporter opened this issue Mar 15, 2016 · 1 comment

Comments

@GoogleCodeExporter
Copy link

In many contexts it would be useful to have an asynchronous client that can, at 
minimum, perform updates asynchronously. For example in most code paths, it's 
likely that the update will happen in the context of other updates, like 
updating a database. The app will not necessarily want to wait, or even fail, 
if the recommender update fails.

Would be nicer too to implement asynchronous versions of methods like 
"recommend".

Original issue reported on code.google.com by srowen@myrrix.com on 25 Nov 2012 at 2:04

@GoogleCodeExporter
Copy link
Author

Added AsyncRecommenderUpdater for version 0.9.

Original comment by srowen@myrrix.com on 28 Nov 2012 at 11:46

  • Changed state: Fixed

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

No branches or pull requests

1 participant