Closed beef9999 closed 1 year ago
How to poll a fixed number of time...
struct timespec ts; ts.tv_sec = 0; ts.tv_nsec = 0;
Looks like this timespec needs to be passed to kern_kevent. Would you like me to fix it with a pull request?
kern_kevent
How to poll a fixed number of time...