Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | upgrade tokio to latest version(v0.3) | 2020-11-05 | 1 | -1/+2 | |
| | |||||
* | Remove `executor::Null` from the root public API | 2020-10-17 | 1 | -1/+1 | |
| | | | | | | | 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. | ||||
* | Improve docs for `Sandbox` and `Application` | 2020-04-02 | 1 | -1/+1 | |
| | |||||
* | Implement `enter` for `executor::Default` in Wasm | 2020-03-30 | 1 | -1/+9 | |
| | |||||
* | Fix missing `enter` in `iced::executor::Default` | 2020-02-16 | 1 | -0/+4 | |
| | |||||
* | Allow switching `executor::Default` with features | 2020-02-06 | 1 | -10/+21 | |
| | |||||
* | Drop `Send` in `Command` and `Executor` on Wasm | 2020-02-05 | 1 | -6/+5 | |
| | |||||
* | Implement `WasmBindgen` executor and reorganize | 2020-01-20 | 1 | -0/+54 | |