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 #63

Closed Thomasdezeeuw closed 5 years ago

Thomasdezeeuw commented 5 years ago

I don't like the name. The function indicates when the next event might be available and is used to reduce any provided timeout.

Thomasdezeeuw commented 5 years ago

Current ideas are timeout or max_timeout.