summaryrefslogtreecommitdiffstats
path: root/futures/src/backend/native/tokio.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove unnecessary `Future` importsLibravatar Héctor Ramón Jiménez2025-02-211-2/+0
|
* Run `cargo fmt`Libravatar Héctor Ramón Jiménez2025-02-211-1/+1
|
* Rewrite `websocket` example using `sipper`Libravatar Héctor Ramón Jiménez2025-02-111-6/+5
|
* Implement `time::repeat` and simplify `Subscription::run_with`Libravatar Héctor Ramón Jiménez2025-01-241-27/+33
|
* Hide `Subscription` internalsLibravatar Héctor Ramón Jiménez2024-07-051-1/+1
| | | | .. and introduce `stream::channel` helper
* Use `Skip` as the `MissedTickBehavior` for `tokio` futures backendLibravatar Héctor Ramón Jiménez2024-04-161-6/+8
|
* Use `rustc-hash` for most of our `HashMap` and `HashSet` instancesLibravatar Héctor Ramón Jiménez2024-04-011-2/+1
|
* Remove generic `Hasher` and `Event` from `subscription::Recipe`Libravatar Héctor Ramón Jiménez2023-03-051-8/+6
|
* Fix: Clippy lint 'let_underscore_future'Libravatar 13r0ck2023-01-271-0/+1
|
* Split `iced_futures` into different `backend` implementationsLibravatar Héctor Ramón Jiménez2022-01-281-0/+72