unsafe impl<T: Send, const N: usize> Sync for WFQueue<T, N> {} unsafe impl<T: Send, const N: usize> Send for WFQueue<T, N> {}