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 9a43841 commit 73396b5Copy full SHA for 73396b5
concurrency/src/threads/gen_server.rs
@@ -98,7 +98,7 @@ where
98
GenServerHandle::new(initial_state)
99
}
100
101
- /// We copy the same interface than threads, but all threads can work
+ /// We copy the same interface as tasks, but all threads can work
102
/// while blocking by default
103
fn start_blocking(initial_state: Self::State) -> GenServerHandle<Self> {
104
0 commit comments