mistralrs_
quant
0.4.0
Barrier
Like
Required Methods
wait
Implementations on Foreign Types
Barrier
Implementors
In mistralrs_
quant::
distributed
mistralrs_quant
::
distributed
Trait
BarrierLike
Copy item path
Source
pub trait BarrierLike:
Debug
+
Send
+
Sync
{ // Required method fn
wait
(&self) -> Result<
()
>; }
Required Methods
§
Source
fn
wait
(&self) -> Result<
()
>
Implementations on Foreign Types
§
Source
§
impl
BarrierLike
for
Barrier
Source
§
fn
wait
(&self) -> Result<
()
>
Implementors
§
Source
§
impl
BarrierLike
for
Client
Source
§
impl
BarrierLike
for
Server