improve maitake timer wheel #1338
Annotations
10 errors and 1 warning
run rustdoc:
maitake/src/time/timer.rs#L65
error: unresolved link to `Timer::advance`
--> maitake/src/time/timer.rs:65:58
|
65 | /// must be driven by a *time source*, which calls the [`Timer::advance`] method
| ^^^^^^^^^^^^^^ the struct `Timer` has no field or associated item named `advance`
|
= note: `-D rustdoc::broken-intra-doc-links` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(rustdoc::broken_intra_doc_links)]`
|
run rustdoc:
maitake/src/time/timer.rs#L66
error: unresolved link to `Timer::force_advance`
--> maitake/src/time/timer.rs:66:47
|
66 | /// and/or the [`Timer::pend_duration`] and [`Timer::force_advance`] methods.
| ^^^^^^^^^^^^^^^^^^^^ the struct `Timer` has no field or associated item named `force_advance`
|
run rustdoc:
maitake/src/time/timer.rs#L86
error: unresolved link to `Timer::advance`
--> maitake/src/time/timer.rs:86:7
|
86 | /// [`Timer::advance`] methods.
| ^^^^^^^^^^^^^^ the struct `Timer` has no field or associated item named `advance`
|
run rustdoc:
maitake/src/time/timer.rs#L88
error: unresolved link to `Timer::advance`
--> maitake/src/time/timer.rs:88:7
|
88 | /// [`Timer::advance`] will attempt to optimistically acquire a spinlock, and
| ^^^^^^^^^^^^^^ the struct `Timer` has no field or associated item named `advance`
|
run rustdoc:
maitake/src/time/timer.rs#L99
error: unresolved link to `Timer::force_advance_ticks`
--> maitake/src/time/timer.rs:99:7
|
99 | /// [`Timer::force_advance_ticks`] method periodically outside of the interrupt
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `Timer` has no field or associated item named `force_advance_ticks`
|
run rustdoc:
maitake/src/time/timer.rs#L115
error: unresolved link to `Timer::advance_ticks`
--> maitake/src/time/timer.rs:115:7
|
115 | /// [`Timer::advance_ticks`]`(1)` or [`Timer::pend_ticks`]`(1)` in the interrupt
| ^^^^^^^^^^^^^^^^^^^^ the struct `Timer` has no field or associated item named `advance_ticks`
|
run rustdoc:
maitake/src/time/timer.rs#L134
error: unresolved link to `Timer::advance`
--> maitake/src/time/timer.rs:134:7
|
134 | /// [`Timer::advance`] method should generally be used to drive the timer. Prior
| ^^^^^^^^^^^^^^ the struct `Timer` has no field or associated item named `advance`
|
run rustdoc:
maitake/src/time/timer.rs#L135
error: unresolved link to `Timer::advance`
--> maitake/src/time/timer.rs:135:18
|
135 | /// to calling [`Timer::advance`], the time source is read to determine the
| ^^^^^^^^^^^^^^ the struct `Timer` has no field or associated item named `advance`
|
run rustdoc:
maitake/src/time/timer.rs#L136
error: unresolved link to `Timer::advance`
--> maitake/src/time/timer.rs:136:53
|
136 | /// duration that has elapsed since the last time [`Timer::advance`] was called,
| ^^^^^^^^^^^^^^ the struct `Timer` has no field or associated item named `advance`
|
run rustdoc:
maitake/src/time/timer.rs#L143
error: unresolved link to `Timer::advance`
--> maitake/src/time/timer.rs:143:16
|
143 | /// calls to [`Timer::advance`] will result in more noise in when [`Sleep`]
| ^^^^^^^^^^^^^^ the struct `Timer` has no field or associated item named `advance`
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: extractions/setup-just@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading