mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-15 00:00:15 +02:00
docs: fix missing brace in reactor-refactor.md (#8236)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user