Héctor Ramón Jiménez
6ccc828607
Use Task::run in download_progress example
2024-11-22 02:14:56 +01:00
Héctor Ramón Jiménez
1a0bcdb2f6
Fix download_progress and make it work on Wasm
...
Co-authored-by: Skygrango <skygrango@gmail.com>
2024-09-10 19:24:30 +02:00
Héctor Ramón Jiménez
8bc49cd886
Hide Subscription internals
...
.. and introduce `stream::channel` helper
2024-07-05 02:16:45 +02:00
alex-ds13
9cbad0a352
Remove extra Download struct from dowload_progress example
2024-04-08 19:37:37 +01:00
Héctor Ramón Jiménez
4bae457c37
Merge branch 'master' into advanced-text
2023-04-17 23:41:12 +02:00
Héctor Ramón Jiménez
ae7e6b3d48
Implement subscription::channel and simplify unfold
2023-04-11 07:46:54 +02:00
Héctor Ramón Jiménez
f4cf488e0b
Remove generic Hasher and Event from subscription::Recipe
2023-03-05 04:15:10 +01:00
Héctor Ramón Jiménez
6b0cbdd45a
Remove unnecessary unreachable! in download_progress example
2022-03-15 22:36:31 +07:00
Héctor Ramón Jiménez
ddbbe7353b
Simplify run and unfold helpers to build a Subscription
2022-01-17 15:29:41 +07:00
Héctor Ramón Jiménez
dc50a2830a
Draft websocket example 🎉
2022-01-16 15:50:19 +07:00
Héctor Ramón Jiménez
75348c5b8c
Use subscription::run for download_progress example
2022-01-15 11:45:19 +07:00
Folyd
9f5c2eb0c4
Improve download_progress example ( #283 )
...
* Add advanced download example
* Rename to task fields and variables
* Cargo fmt advanced_download/src/download.rs
* Add progress bar for advanced download example
* Merge two download examples to single one
* Apply great review suggestions
* Change to url::Url instead of plain String
* Simplify `download_progress` example
* Update `README` of `download_progress` example
Co-authored-by: Héctor Ramón Jiménez <hector0193@gmail.com>
2021-02-12 22:00:52 +01:00
Héctor Ramón Jiménez
fd7d9622e3
Fix Recipe::hash in download_progress example
2020-03-24 14:07:34 +01:00
Héctor Ramón Jiménez
0d719bbdf3
Handle errors in download_progress example
2020-03-23 20:43:55 +01:00
Héctor Ramón Jiménez
b92e1f9574
Rename downloader module to download
2020-03-23 20:37:30 +01:00