Add select()
to std
for darwin.
#16382
Labels
enhancement
Solving this issue will likely involve adding new logic or components to the codebase.
os-macos
standard library
This issue involves writing Zig code for the standard library.
Milestone
select()
is left out from zig'sstd
. Yet, it still has an important role in darwin systems: darwin does not supportpoll()
, norkqueue()
for polling/dev/tty
. It appears the only way to do it, sadly, is to useselect()
.It would be nice if it was made available in standard library for darwin.
The text was updated successfully, but these errors were encountered: