docs: fix missing brace in reactor-refactor.md (#8236)

This commit is contained in:
Shuang Li
2026-06-28 23:42:35 +03:00
committed by GitHub
parent 930ca7436b
commit 4bbd2f4d7c
+1
View File
@@ -52,6 +52,7 @@ impl Registration {
/// Clears resource level readiness represented by the specified `ReadyEvent`
async fn clear_readiness(&self, ready_event: ReadyEvent);
}
```
A new registration is created for a `T: mio::Evented` and a `interest`. This