From d4b3cc3659c4c0a85b586a1ce74ebcc7c8654334 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ram=C3=B3n=20Jim=C3=A9nez?= Date: Fri, 12 Feb 2021 21:41:16 +0100 Subject: [PATCH] Update `README` of `download_progress` example --- examples/download_progress/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/download_progress/README.md b/examples/download_progress/README.md index e757aefa58..7c24db06bc 100644 --- a/examples/download_progress/README.md +++ b/examples/download_progress/README.md @@ -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.