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
Copy file name to clipboardExpand all lines: examples/download_progress/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
## Download progress
2
2
3
-
A application that asynchronously downloads multiple dummy file of 100 MB and tracks the download progress or cancel the download task respectively.
3
+
A application that asynchronously downloads multiple dummy files of 100 MB and tracks the download progress.
4
4
5
5
The example implements a custom `Subscription` in the __[`download`](src/download.rs)__ module. This subscription downloads and produces messages that can be used to keep track of its progress.
0 commit comments