You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
srowen@myrrix.com
on 25 Nov 2012 at 2:04The text was updated successfully, but these errors were encountered: