withoutboats / romio

asynchronous networking primitives

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build broken on latest nightly

withoutboats opened this issue · comments

We use the deprecated ATOMIC_USIZE_INIT but we should use AtomicUsize::new(0)