diff options
author | 2020-03-23 21:04:20 +0100 | |
---|---|---|
committer | 2020-03-23 21:04:20 +0100 | |
commit | 8e073d10d71f80077b843c49013a8bdfeb5a7f44 (patch) | |
tree | a9c28837ecaff58ecb2f3243cb9203125c453f0f /examples/download_progress | |
parent | 0d719bbdf336a022c073986e1e5a91cf632a270c (diff) | |
download | iced-8e073d10d71f80077b843c49013a8bdfeb5a7f44.tar.gz iced-8e073d10d71f80077b843c49013a8bdfeb5a7f44.tar.bz2 iced-8e073d10d71f80077b843c49013a8bdfeb5a7f44.zip |
Update `README` of examples
Diffstat (limited to 'examples/download_progress')
-rw-r--r-- | examples/download_progress/README.md | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/examples/download_progress/README.md b/examples/download_progress/README.md index c6311163..c606c5f9 100644 --- a/examples/download_progress/README.md +++ b/examples/download_progress/README.md @@ -1,10 +1,12 @@ -## Download Progress +## Download progress -Downloading a file asynchronously with a `Subscription` while displaying the progress with a `ProgressBar`. +A basic application that asynchronously downloads a dummy file 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. <div align="center"> - <a href="https://gfycat.com/watchfulwelcomeladybird"> - <img src="https://gfycat.com/watchfulwelcomeladybird"> + <a href="https://gfycat.com/wildearlyafricanwilddog"> + <img src="https://thumbs.gfycat.com/WildEarlyAfricanwilddog-small.gif"> </a> </div> |