Skip to content

Conversation

ealmloff
Copy link
Member

@ealmloff ealmloff commented Aug 25, 2025

Adds two new traits that allow boxed signals to be optionally send + sync:

  • BoxedSignalStorage: Associates Sync and Unsync storage with the box type
  • CreateBoxedSignalStorage: Provides a method to create the box from a specific readable type

Closes #4604

@ealmloff ealmloff added enhancement New feature or request signals Related to the signals crate labels Aug 25, 2025
@ealmloff ealmloff marked this pull request as ready for review August 25, 2025 16:48
@ealmloff ealmloff requested a review from a team as a code owner August 25, 2025 16:48
@jkelleyrtp jkelleyrtp merged commit da32278 into DioxusLabs:main Oct 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request signals Related to the signals crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Is there ReadSignal<T, SyncStorage> in 0.7
2 participants