fix: typo
Co-authored-by: Raphael Taylor-Davies <1781103+tustvold@users.noreply.github.com>pull/24376/head
parent
c88930a6a5
commit
1d68980e4f
|
@ -58,7 +58,7 @@ pub trait ServerType: std::fmt::Debug + Send + Sync + 'static {
|
|||
|
||||
/// Join shutdown worker.
|
||||
///
|
||||
/// This MUST NOT before `shutdown` is called, otherwise the server is deemed to be dead and the process will exit.
|
||||
/// This MUST NOT exit before `shutdown` is called, otherwise the server is deemed to be dead and the process will exit.
|
||||
async fn join(self: Arc<Self>);
|
||||
|
||||
/// Shutdown background worker.
|
||||
|
|
Loading…
Reference in New Issue