Thomasdezeeuw / gaea

Low-level library to build event driven applications, supporting lightweight non-blocking I/O.
https://docs.rs/gaea/
MIT License
16 stars 0 forks source link

Rename Ready::TIMER to DEADLINE #24

Closed Thomasdezeeuw closed 5 years ago

Thomasdezeeuw commented 5 years ago

Currently it still refers to the Timer struct, but that was removed. Now Poller only has add and remove deadline methods, this name should reflect that.

Thomasdezeeuw commented 5 years ago

Also search through all documentation for Timer usage.

Thomasdezeeuw commented 5 years ago

I'm really sure about this. Ready::DEADLINE doesn't sound that nice and Ready::TIMER is a bit more generic. I'm leaving this open for now.

Thomasdezeeuw commented 5 years ago

Deciding against this.