mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-13 09:22:22 -07:00
be873af003
This follows the convention where non-blocking operations are prefixed with "try" to indicate as much. Since select_raw in it's current form doesn't block, it should be try_select_raw, and allow select_raw to name a blocking implementation.