mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-28 00:00:11 +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`
|
/// Clears resource level readiness represented by the specified `ReadyEvent`
|
||||||
async fn clear_readiness(&self, ready_event: ReadyEvent);
|
async fn clear_readiness(&self, ready_event: ReadyEvent);
|
||||||
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
A new registration is created for a `T: mio::Evented` and a `interest`. This
|
A new registration is created for a `T: mio::Evented` and a `interest`. This
|
||||||
|
|||||||
Reference in New Issue
Block a user