Héctor Ramón Jiménez
a42a0844c2
Keep old behavior for Executor feature flags
2021-01-15 18:31:30 +01:00
Jayce Fayne
b2415eee61
Add smol async runtime
2021-01-14 12:28:02 +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
dabaichi
a4ad1b297e
Update src/executor.rs
...
fix executor other than tokio
Co-authored-by: Héctor Ramón <hector0193@gmail.com>
2020-11-06 04:20:19 +00:00
valbendan
eacb2e913f
upgrade tokio to latest version(v0.3)
2020-11-05 11:36:23 +08:00
Héctor Ramón Jiménez
ae5a2502d6
Remove executor::Null from the root public API
...
Using an `Application` with `executor::Null` does not make sense, as the
whole purpose of an `Application` is to allow executing async actions.
When async actions are not needed, `Sandbox` should be used instead.
2020-10-17 08:46:16 +02:00
Héctor Ramón Jiménez
f5e7e0625e
Improve docs for Sandbox and Application
2020-04-02 03:44:14 +02:00
Héctor Ramón Jiménez
f0ebcc2474
Implement enter for executor::Default in Wasm
2020-03-30 18:18:33 +02:00
Héctor Ramón Jiménez
5345ac785b
Fix missing enter in iced::executor::Default
2020-02-16 11:40:19 +01:00
Héctor Ramón Jiménez
ad500441af
Allow switching executor::Default with features
2020-02-06 03:56:21 +01: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
04086a90c9
Implement WasmBindgen executor and reorganize
2020-01-20 05:43:09 +01:00