issues
search
brayniac
/
ratelimit
rust ratelimiter
Apache License 2.0
30
stars
5
forks
source link
bugfix: use std::thread::sleep
#23
Closed
brayniac
closed
7 years ago
brayniac
commented
7 years ago
use std::thread::sleep instead of shuteye. Improves compatibility with non linux/mac targets
brayniac
commented
7 years ago
This addresses part of #22