Hydra icon indicating copy to clipboard operation
Hydra copied to clipboard

Progress block

Open starlight173 opened this issue 6 years ago • 0 comments

Hi Malcom! Is there any kind of progress block for things like uploading an avatar for example.

uploadAvatar()
.progress { p in
  // Here update progressView for example
}
.then(doSomething)
.onError(showErrorPopup)
.finally(doSomething)

starlight173 avatar Dec 21 '18 03:12 starlight173