We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
write_silently
1 parent c95a4a6 commit 2c60a0dCopy full SHA for 2c60a0d
src/hooks/use_radio.rs
@@ -407,6 +407,10 @@ where
407
}
408
409
410
+ /// Modify the state silently, no component will be notified.
411
+ ///
412
+ /// This is not recommended, the only intended usage for this is inside [RadioAsyncReducer].
413
414
pub fn write_silently(&mut self) -> RadioGuard<Value, Channel> {
415
let value = self.antenna.peek().station.value.write_unchecked();
416
RadioGuard {
0 commit comments