dioxus icon indicating copy to clipboard operation
dioxus copied to clipboard

.changed().await on signals

Open jkelleyrtp opened this issue 1 year ago • 0 comments

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.

jkelleyrtp avatar Feb 19 '24 18:02 jkelleyrtp