Cargo Features
Amy has no features set by default.
[dependencies]
amy = { version = "0.10.0", features = ["no_timerfd"] }
- no_timerfd
-
On linux, don't use timerfd. Instead store timers in a binary heap and utilize the epoll timeout.
Amy has no features set by default.
[dependencies]
amy = { version = "0.10.0", features = ["no_timerfd"] }
On linux, don't use timerfd. Instead store timers in a binary heap and utilize the epoll timeout.