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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2025-03-04
Relax perform from Fn to more general FnOnce
Ryan Andersen
1
-1
/
+1
2025-02-21
Remove unnecessary `Future` imports
Héctor Ramón Jiménez
1
-1
/
+0
2025-02-21
Run `cargo fmt`
Héctor Ramón Jiménez
1
-3
/
+3
2025-02-11
Introduce `with` helper and use `sipper` in `gallery` example
Héctor Ramón Jiménez
1
-45
/
+1
2025-02-11
Introduce `Task::map_with`
Héctor Ramón Jiménez
1
-0
/
+44
2025-02-10
Use `sipper::Core` in `Task::sip`
Héctor Ramón Jiménez
1
-4
/
+4
2025-02-09
Update `sipper` and relax `Send` requirements
Héctor Ramón Jiménez
1
-8
/
+5
2025-02-09
Implement `sipper` support through `Task::sip` :tada:
Héctor Ramón Jiménez
1
-1
/
+22
2024-11-22
Honor clones of `task::Handle` with `abort_on_drop`
Héctor Ramón Jiménez
1
-21
/
+42
2024-10-04
Fix `Task::chain` when chained task is `Task::none`
Héctor Ramón Jiménez
1
-1
/
+1
2024-09-19
Add `must_use` attribute to `Task`
Héctor Ramón Jiménez
1
-0
/
+1
2024-08-12
Make `window::close` return and introduce `Task::discard`
Héctor Ramón Jiménez
1
-0
/
+11
2024-07-14
Implement `application::Update` for `()`
Héctor Ramón Jiménez
1
-4
/
+1
2024-07-12
Add `abort_on_drop` to `task::Handle`
Héctor Ramón Jiménez
1
-5
/
+40
2024-07-10
Introduce `Task::abortable` :tada:
Héctor Ramón Jiménez
1
-0
/
+37
2024-07-10
Move docs of `future` and `stream` in `Task`
Héctor Ramón Jiménez
1
-18
/
+18
2024-07-05
Hide internal `Task` constructors
Héctor Ramón Jiménez
1
-81
/
+82
2024-06-20
Introduce `and_then` methods for fallible `Task`s
Héctor Ramón Jiménez
1
-0
/
+33
2024-06-15
Fix `Task::collect` not producing the collected outputs
Héctor Ramón Jiménez
1
-5
/
+12
2024-06-15
Implement `Task::collect`
Héctor Ramón Jiménez
1
-29
/
+61
2024-06-14
Move `Maybe*` traits back to `iced_futures`
Héctor Ramón Jiménez
1
-2
/
+1
2024-06-14
Fix `Send` requirements for Wasm targets
Héctor Ramón Jiménez
1
-1
/
+1
2024-06-14
Replace `Command` with a new `Task` API with chain support
Héctor Ramón Jiménez
1
-0
/
+214