Add wait_for
and wait_for_value
to WaitCell and WaitQueue
#1352
Annotations
7 errors and 1 warning
maitake-sync/src/wait_cell.rs#L353
error: unresolved link to `WaitQueue::wait_for`
--> maitake-sync/src/wait_cell.rs:353:26
|
353 | /// Consider using [`WaitQueue::wait_for()`] if you need multiple waiters.
| ^^^^^^^^^^^^^^^^^^^^^ no item named `WaitQueue` in scope
|
= 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_cell.rs#L427
error: unresolved link to `WaitQueue::wait_for_value`
--> maitake-sync/src/wait_cell.rs:427:26
|
427 | /// Consider using [`WaitQueue::wait_for_value()`] if you need multiple waiters.
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `WaitQueue` in scope
|
maitake-sync/src/wait_queue.rs#L710
error: unresolved link to `WaitCell::wait_for`
--> maitake-sync/src/wait_queue.rs:710:26
|
710 | /// Consider using [`WaitCell::wait_for()`] if you do not need multiple waiters.
| ^^^^^^^^^^^^^^^^^^^^ no item named `WaitCell` in scope
|
maitake-sync/src/wait_queue.rs#L715
error: unresolved link to `Closed`
--> maitake-sync/src/wait_queue.rs:715:23
|
715 | /// * [`Err`]`(`[`Closed`]`)` if the [`WaitQueue`] is closed.
| ^^^^^^ no item named `Closed` in scope
|
= help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
|
maitake-sync/src/wait_queue.rs#L797
error: unresolved link to `WaitCell::wait_for_value`
--> maitake-sync/src/wait_queue.rs:797:26
|
797 | /// Consider using [`WaitCell::wait_for_value()`] if you do not need multiple waiters.
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `WaitCell` in scope
|
maitake-sync/src/wait_queue.rs#L800
error: unresolved link to `Closed`
--> maitake-sync/src/wait_queue.rs:800:23
|
800 | /// * [`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