summaryrefslogtreecommitdiffstats
path: root/futures/src/executor (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Introduce `tokio_old` featureLibravatar Héctor Ramón Jiménez2020-11-251-0/+21
| | | | | This feature allows users to rely on the `0.2` version of `tokio` while the async ecosystem upgrades to the latest version.
* upgrade tokio to latest version(v0.3)Libravatar valbendan2020-11-051-1/+2
|
* doc feature flags in futuresLibravatar Rob Ede2020-04-043-0/+3
|
* Drop `Send` in `Command` and `Executor` on WasmLibravatar Héctor Ramón Jiménez2020-02-052-4/+5
|
* Improve consistency in executor documentationLibravatar Héctor Ramón Jiménez2020-01-204-4/+4
|
* Write documentation for `executor::WasmBindgen`Libravatar Héctor Ramón Jiménez2020-01-201-0/+1
|
* Write documentation for `iced_futures`Libravatar Héctor Ramón Jiménez2020-01-204-0/+6
|
* Implement `WasmBindgen` executor and reorganizeLibravatar Héctor Ramón Jiménez2020-01-201-0/+17
|
* Add `Application::Executor` associated typeLibravatar Héctor Ramón Jiménez2020-01-204-0/+62