This tag is for questions regarding select() system function. This function is used to avoid busy waiting. For such questions use this tag rather than 'select' tag which is too broad.
select() is an important system call used by C and C++ programs and libraries that avoids busy waiting for network activity and other I/O to complete.
For questions regarding select() function use this tag instead of select which is too broad.