Skip to content

Commit

Permalink
Update README of download_progress example
Browse files Browse the repository at this point in the history
  • Loading branch information
hecrj committed Feb 12, 2021
1 parent 23ba1f6 commit d4b3cc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/download_progress/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Download progress

A application that asynchronously downloads multiple dummy file of 100 MB and tracks the download progress or cancel the download task respectively.
A application that asynchronously downloads multiple dummy files of 100 MB and tracks the download progress.

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.

Expand Down

0 comments on commit d4b3cc3

Please sign in to comment.