DioxusLabs / DioxusLabs/dioxus
.changed().await on signals
Open
consistency
enhancement
signals
- Dominant language
- Rust
- Stars
- 39.1k
- Forks
- 1.9k
- Avg merge
- 4d 10h
- Merged PRs (30d)
- 4
Description
## Specific Demand
Doing complex async stuff with signals can be slightly cumbersome since you can't hold a `Write` across an await point. Being able to await values on signals would enable patterns like download queues, manual effects, flags, and other nuanced concurrency without having to pull in libraries like channels/queues.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.