Skip to content

Is there a way to create an RwSignal from a get signal and a set signal, like the opposite of RwSignal::split? #2356

Answered by gbj
ChocolateLoverRaj asked this question in Q&A
Discussion options

You must be logged in to vote

No. In theory you could recombine a ReadSignal<T> and WriteSignal<T> (but only those) into an RwSignal<T>, but it might fail at runtime.

Replies: 2 comments 6 replies

Comment options

You must be logged in to vote
4 replies
@ChocolateLoverRaj
Comment options

@gbj
Comment options

@ChocolateLoverRaj
Comment options

@qidian99
Comment options

Answer selected by ChocolateLoverRaj
Comment options

You must be logged in to vote
2 replies
@ChocolateLoverRaj
Comment options

@gbj
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants