daa84 / neovim-lib

Rust library for Neovim clients
GNU Lesser General Public License v3.0
192 stars 26 forks source link

Simplify call_timeout using std::time::Instant #8

Closed boxofrox closed 7 years ago

boxofrox commented 7 years ago

An alternative implementation for the timeout. Maybe you'll find it easier to read, too.

daa84 commented 7 years ago

Looks good.