> On Oct 31, 2017, at 7:31 PM, Matt Wette <matt.we...@gmail.com> wrote: >> On Feb 20, 2017, at 12:19 PM, Andy Wingo <wi...@pobox.com> wrote: >> >> Hello! >> >> I'm delighted to announce the release of Fibers 1.0.0. > > This is not going to compile on macOS or FreeBSD, but these OSes do support > kqueue. > How to proceed? I think making equeue look like epoll may be a bit kludgy. > > And the cpuclockid calls need to be dealt with: > * clock_getcpuclockid > * pthread_getcpuclockid > * clock_nanosleep
I wil take a shot at initial port to kqueue. If you have no interest let me know. I am starting by working internals.scm to see if I can isolate epoll dependencies. Matt