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
{{ message }}
This repository was archived by the owner on Sep 2, 2020. It is now read-only.
Is there any possibility to have a "progress listener" to completion of whenAll() and whenAllResult() methods? For now we have only onSuccess(new Continuation<TTaskResult, TContinuationResult>()) listener that is indicated when all tasks are completed. But I want to show progress indicator to user and can't get the idea how to do that.
HELLo moto ;)
Is there any possibility to have a "progress listener" to completion of
whenAll()andwhenAllResult()methods? For now we have onlyonSuccess(new Continuation<TTaskResult, TContinuationResult>())listener that is indicated when all tasks are completed. But I want to show progress indicator to user and can't get the idea how to do that.edit:
Ok, we can do that in that way
Will be nice to do that in simpler way, eg.