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 event::Source::next_event_available #97

Closed Thomasdezeeuw closed 5 years ago

Thomasdezeeuw commented 5 years ago

To event::Source::max_timeout.

Closes #63.

Thomasdezeeuw commented 5 years ago

Although I don't think max_timeout is the perfect name for the method I think it's better then next_event_available so I'm merging this.