I have another question about the tv_timeToDelay param in the
select() function, in BasicTaskScheduler class.
By default, I notified the timeout value is 0
No, that's not true. By default, the 'timeout' parameter to the
"select()" call will be the time until the next 'delayed task' comes
du
Hi Ross,
I have another question about the tv_timeToDelay param in the select()
function, in BasicTaskScheduler class.
By default, I notified the timeout value is 0, that means the select() never
stops for waiting an available signals (connect/read socket, read file).
I am wondering why not to s