Héctor Ramón Jiménez
|
1b22d7d5fc
|
Fix Compositor concurrent initialization
It seems that initializing the compositor in a
different thread can cause issues in some environments.
|
2025-04-02 20:39:14 +02:00 |
|
Héctor Ramón Jiménez
|
c12beecd38
|
Remove unnecessary Future imports
|
2025-02-21 01:41:56 +01:00 |
|
Héctor Ramón Jiménez
|
4e7cbbf98a
|
Move Maybe* traits back to iced_futures
|
2024-06-14 01:57:49 +02:00 |
|
Héctor Ramón Jiménez
|
a25b1af456
|
Replace Command with a new Task API with chain support
|
2024-06-14 01:47:39 +02:00 |
|
Héctor Ramón Jiménez
|
167be45a7d
|
Split iced_futures into different backend implementations
|
2022-01-28 21:37:17 +07:00 |
|
Héctor Ramón Jiménez
|
5dab5a327e
|
Introduce MaybeSend trait in iced_futures
It allows to clean up all the `trait_aliases` modules!
|
2022-01-28 21:37:17 +07:00 |
|
Héctor Ramón Jiménez
|
67f878b890
|
Remove support for old tokio crate
|
2022-01-12 20:03:18 +07:00 |
|
Jayce Fayne
|
b2415eee61
|
Add smol async runtime
|
2021-01-14 12:28:02 +01:00 |
|
Héctor Ramón Jiménez
|
01322f69a4
|
Use recently stabilized intra-doc links
See RFC: https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md
|
2020-11-26 02:05:43 +01:00 |
|
Héctor Ramón Jiménez
|
782dd2f522
|
Introduce tokio_old feature
This feature allows users to rely on the `0.2` version of `tokio` while
the async ecosystem upgrades to the latest version.
|
2020-11-25 03:06:24 +01:00 |
|
Héctor Ramón Jiménez
|
4979635764
|
Fix missing link in Executor::enter doc comment
|
2020-04-02 03:44:14 +02:00 |
|
Héctor Ramón Jiménez
|
ca213922d0
|
Drop Send in Command and Executor on Wasm
|
2020-02-05 04:14:26 +01:00 |
|
Héctor Ramón Jiménez
|
8f52604987
|
Use reqwest and tokio in pokedex example
|
2020-02-05 01:40:27 +01:00 |
|
Héctor Ramón Jiménez
|
f14009601e
|
Write documentation for iced_futures
|
2020-01-20 09:49:17 +01:00 |
|
Héctor Ramón Jiménez
|
04086a90c9
|
Implement WasmBindgen executor and reorganize
|
2020-01-20 05:43:09 +01:00 |
|
Héctor Ramón Jiménez
|
90690702e1
|
Add Application::Executor associated type
|
2020-01-20 04:47:36 +01:00 |
|