Closed AntonSol919 closed 11 months ago
wait_deadline uses 100% CPU.
I'm unfamiliar with the intricacies as this fix requires parking #[cfg(not(loom))]. If spinning was done intentionally it should probably be documented.
parking #[cfg(not(loom))]
wait_deadline uses 100% CPU.
I'm unfamiliar with the intricacies as this fix requires
parking #[cfg(not(loom))]
. If spinning was done intentionally it should probably be documented.