async_wrr_queue 0.1.3

[async & high performance] queued weighted round-robin load balance algorithm
Documentation
1
2
3
use std::num::NonZeroUsize;

pub const DEFAULT_WEIGHT: NonZeroUsize = unsafe { NonZeroUsize::new_unchecked(20usize) };