index
:
iced
master
A cross-platform GUI library for Rust, inspired by Elm
cel
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
runtime
/
src
/
task.rs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Honor clones of `task::Handle` with `abort_on_drop`
Héctor Ramón Jiménez
2024-11-22
1
-21
/
+42
*
Fix `Task::chain` when chained task is `Task::none`
Héctor Ramón Jiménez
2024-10-04
1
-1
/
+1
*
Add `must_use` attribute to `Task`
Héctor Ramón Jiménez
2024-09-19
1
-0
/
+1
*
Make `window::close` return and introduce `Task::discard`
Héctor Ramón Jiménez
2024-08-12
1
-0
/
+11
*
Implement `application::Update` for `()`
Héctor Ramón Jiménez
2024-07-14
1
-4
/
+1
*
Add `abort_on_drop` to `task::Handle`
Héctor Ramón Jiménez
2024-07-12
1
-5
/
+40
*
Introduce `Task::abortable` :tada:
Héctor Ramón Jiménez
2024-07-10
1
-0
/
+37
*
Move docs of `future` and `stream` in `Task`
Héctor Ramón Jiménez
2024-07-10
1
-18
/
+18
*
Hide internal `Task` constructors
Héctor Ramón Jiménez
2024-07-05
1
-81
/
+82
*
Introduce `and_then` methods for fallible `Task`s
Héctor Ramón Jiménez
2024-06-20
1
-0
/
+33
*
Fix `Task::collect` not producing the collected outputs
Héctor Ramón Jiménez
2024-06-15
1
-5
/
+12
*
Implement `Task::collect`
Héctor Ramón Jiménez
2024-06-15
1
-29
/
+61
*
Move `Maybe*` traits back to `iced_futures`
Héctor Ramón Jiménez
2024-06-14
1
-2
/
+1
*
Fix `Send` requirements for Wasm targets
Héctor Ramón Jiménez
2024-06-14
1
-1
/
+1
*
Replace `Command` with a new `Task` API with chain support
Héctor Ramón Jiménez
2024-06-14
1
-0
/
+214