mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-10-01 12:20:39 +00:00
doc: add missing backtick (#3799)
This commit is contained in:
parent
ce9ca45c92
commit
44a070d1b4
@ -29,7 +29,7 @@ pub(crate) struct AtomicWaker {
|
||||
|
||||
// `AtomicWaker` is a multi-consumer, single-producer transfer cell. The cell
|
||||
// stores a `Waker` value produced by calls to `register` and many threads can
|
||||
// race to take the waker by calling `wake.
|
||||
// race to take the waker by calling `wake`.
|
||||
//
|
||||
// If a new `Waker` instance is produced by calling `register` before an existing
|
||||
// one is consumed, then the existing one is overwritten.
|
||||
|
Loading…
x
Reference in New Issue
Block a user