flourish 0.1.2 #12
Tamschi
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Features:
Signal::shared
,Signal::shared_with_runtime
andunmanaged::shared
, which create lightweight untracked wrappers aroundSync
values.unmanaged::shared
can also be used through theunmanaged::signals_helper!
macro.SignalDynCell::as_read_only(&self) -> &SignalDyn
SignalDynCell::to_read_only(&self) -> &SignalArcDyn
SignalArcDynCell::into_read_only(self) -> SignalArcDyn
SignalArcDynCell::into_read_only_and_self(self) -> (SignalArcDyn, Self)
SignalWeakDynCell::into_read_only(self) -> SignalWeakDyn
SignalWeakDynCell::into_read_only_and_self(self) -> (SignalWeakDyn, Self)
SubscriptionDynCell::into_read_only(self) -> SubscriptionDyn
From
andTryFrom
implementations (for side-effect-free conversions).From
implementations between unmanaged signal references.Revisions:
flourish::raw
has beenflourish::unmanaged
for a while.Note that upcasting coercions are largely not yet available (except from
SignalDynCell
toSignalDyn
), as this would likely requirecoerce_unsized
to be stabilised.Docs.rs: https://docs.rs/flourish/0.1.2
Crates.io: https://crates.io/crates/flourish/0.1.2
Full Changelog: https://github.com/Tamschi/flourish/commits/flourish-v0.1.2
This discussion was created from the release flourish 0.1.2.
Beta Was this translation helpful? Give feedback.
All reactions