ccommon
ccommon copied to clipboard
Update `event_wait` to use `struct timeout`
It currently receives an int
timeout in milliseconds. We now have a better way to represent timeouts. I can implement this if we agree it is better.