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.
1 parent 122684b commit 4d08a03Copy full SHA for 4d08a03
packages/yew-agent/src/oneshot/bridge.rs
@@ -57,7 +57,7 @@ where
57
Self { inner, rx }
58
}
59
60
- /// Run the the current oneshot worker once in the current worker instance.
+ /// Run the current oneshot worker once in the current worker instance.
61
pub async fn run(&mut self, input: N::Input) -> N::Output {
62
// &mut self guarantees that the bridge will be
63
// exclusively borrowed during the time the oneshot worker is running.
0 commit comments