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 7102a6c commit 59bca89Copy full SHA for 59bca89
concurrency/src/tasks/gen_server.rs
@@ -332,8 +332,8 @@ pub trait GenServer: Send + Sized {
332
}
333
334
335
-/// Spawns a task that awaits on a future and sends messages to a GenServer.
336
-///
+/// Spawns a task that awaits on a future and sends a message to a GenServer
+/// on completion.
337
/// This function returns a handle to the spawned task.
338
pub fn send_message_on<T, U>(
339
handle: GenServerHandle<T>,
0 commit comments