BinChengZhao / delay-timer

Time-manager of delayed tasks. Like crontab, but synchronous asynchronous tasks are possible scheduling, and dynamic add/cancel/remove is supported.
Apache License 2.0
315 stars 24 forks source link

update ignore and add feature(renamed_spin_loop) #8

Closed eliasyaoyc closed 3 years ago

eliasyaoyc commented 3 years ago
① eliminate idae hidden files ② use std::hint::spin_loop; ^^^^^^^^^^^^^^^^^^^^

= note: see issue #55002 https://github.com/rust-lang/rust/issues/55002 for more information = help: add #![feature(renamed_spin_loop)] to the crate attributes to enable