mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-25 17:03:48 +00:00
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.