Add wait_for
and wait_for_value
to WaitCell and WaitQueue
#1348
Annotations
3 errors and 1 warning
maitake-sync/src/wait_queue.rs#L698
error: unresolved link to `Closed`
--> maitake-sync/src/wait_queue.rs:698:23
|
698 | /// * [`Err`]`(`[`Closed`]`)` if the [`WaitQueue`] is closed.
| ^^^^^^ no item named `Closed` in scope
|
= help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
= note: `-D rustdoc::broken-intra-doc-links` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(rustdoc::broken_intra_doc_links)]`
|
maitake-sync/src/wait_queue.rs#L720
error: unresolved link to `Closed`
--> maitake-sync/src/wait_queue.rs:720:23
|
720 | /// * [`Err`]`(`[`Closed`]`)` if the [`WaitQueue`] is closed.
| ^^^^^^ no item named `Closed` in scope
|
= help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
|
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: extractions/setup-just@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
This job failed
Loading