Author :
mpi
Date :
2020-10-11 07:11:59
Hash :06881677 Message :Refactor kqueue_scan() to use a context: a "kqueue_scan_state struct".
The struct keeps track of the end point of an event queue scan by
persisting the end marker. This will be needed when kqueue_scan() is
called repeatedly to complete a scan in a piecewise fashion.
Extracted from a previous diff from visa@.
ok visa@, anton@