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
|
91996372cb
|
Remove async-std support (RIP)
|
2025-04-02 11:10:23 +02:00 |
|
Héctor Ramón Jiménez
|
57cb14ce38
|
Remove Executor::block_on and simplify Compositor creation
|
2025-04-02 11:01:11 +02:00 |
|
edwloef
|
baadcc150f
|
don't use futures-executor when it's not the default executor
|
2025-04-02 10:48:11 +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
|
9ceb467e6e
|
Run cargo fmt
|
2025-02-21 01:37:13 +01:00 |
|
Héctor
|
d7563ee94a
|
Merge pull request #2780 from l4l/forked-wasmtimer
Use working wasmtimer for time::every
|
2025-02-16 22:40:57 +01:00 |
|
Héctor Ramón Jiménez
|
f37d068af5
|
Rewrite websocket example using sipper
|
2025-02-11 01:27:51 +01:00 |
|
Kitsu
|
6a584af141
|
Use working wasmtimer for time::every
|
2025-02-02 22:44:05 -03:00 |
|
Héctor Ramón Jiménez
|
3a07c631ad
|
Implement time::repeat and simplify Subscription::run_with
|
2025-01-24 16:45:18 +01:00 |
|
Héctor Ramón Jiménez
|
0cf096273a
|
Fix wasm_bindgen backend in iced_futures
|
2024-07-05 02:19:17 +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 |
|
Héctor Ramón Jiménez
|
e8ec6b94b6
|
Use Skip as the MissedTickBehavior for tokio futures backend
|
2024-04-16 20:22:57 +02:00 |
|
Héctor Ramón Jiménez
|
b40db569a2
|
Fix wasm_bindgen backend in iced_futures
|
2024-04-01 12:02:14 +02:00 |
|
Héctor Ramón Jiménez
|
f5bcfec821
|
Use rustc-hash for most of our HashMap and HashSet instances
|
2024-04-01 12:00:15 +02:00 |
|
Héctor Ramón Jiménez
|
ecf42b97df
|
Fix block_on in iced_wgpu hanging Wasm builds
|
2024-03-07 23:25:24 +01:00 |
|
Héctor Ramón Jiménez
|
cf434236e7
|
Enable doc_auto_cfg when generating documentation
|
2023-05-11 17:28:51 +02:00 |
|
Héctor Ramón Jiménez
|
43414bbdfb
|
Fix wasm-bindgen backend in iced_futures
|
2023-03-05 05:37:23 +01:00 |
|
Héctor Ramón Jiménez
|
f4cf488e0b
|
Remove generic Hasher and Event from subscription::Recipe
|
2023-03-05 04:15:10 +01:00 |
|
13r0ck
|
0ff1061d52
|
Fix: Clippy lint 'let_underscore_future'
|
2023-01-27 13:50:36 -07:00 |
|
Héctor Ramón Jiménez
|
d95889aca9
|
Fix default backend in iced_futures
Fixes #1228.
|
2022-02-01 11:40:58 +07:00 |
|
Héctor Ramón Jiménez
|
e730d97f61
|
Implement time module for wasm-bindgen backend in iced_futures
|
2022-01-28 21:37:17 +07:00 |
|
Héctor Ramón Jiménez
|
167be45a7d
|
Split iced_futures into different backend implementations
|
2022-01-28 21:37:17 +07:00 |
|