make io_waituntil2 an official interface (saves one gettimeofday)
This commit is contained in:
parent
aa435fbee3
commit
99c01ea831
1
io.h
1
io.h
@ -55,6 +55,7 @@ void io_dontwantwrite(int64 d);
|
|||||||
|
|
||||||
void io_wait();
|
void io_wait();
|
||||||
void io_waituntil(tai6464 t);
|
void io_waituntil(tai6464 t);
|
||||||
|
void io_waituntil2(int64 milliseconds);
|
||||||
void io_check();
|
void io_check();
|
||||||
|
|
||||||
/* signal that read/accept/whatever returned EAGAIN */
|
/* signal that read/accept/whatever returned EAGAIN */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user