rustc_
thread_
pool
1.90.0-nightly
(35f603652 2025-06-29)
AsCore
Latch
Required Methods
as_core_latch
Implementors
In rustc_
thread_
pool::
latch
rustc_thread_pool
::
latch
Trait
AsCoreLatch
Copy item path
Source
pub(crate) trait AsCoreLatch { // Required method fn
as_core_latch
(&self) -> &
CoreLatch
; }
Required Methods
§
Source
fn
as_core_latch
(&self) -> &
CoreLatch
Implementors
§
Source
§
impl
AsCoreLatch
for
CoreLatch
Source
§
impl
AsCoreLatch
for
OnceLatch
Source
§
impl<'r>
AsCoreLatch
for
SpinLatch
<'r>