polling icon indicating copy to clipboard operation
polling copied to clipboard

Use kqueue on haiku

Open taiki-e opened this issue 1 year ago • 2 comments

It seems haiku supports kqueue.

  • https://github.com/haiku/haiku/blob/r1beta5/headers/compatibility/bsd/sys/event.h
  • https://github.com/rust-lang/libc/pull/4221

cc @hoanga who added haiku support in https://github.com/smol-rs/polling/pull/154.

taiki-e avatar Dec 25 '24 17:12 taiki-e

No rush to implement this; I doubt a significant portion of our users are on Haiku.

notgull avatar Jan 01 '25 01:01 notgull

A prerequisite for supporting kqueue as the polling backend for Haiku is to expose kqueue API for Haiku in rustix.

vkrivopalov avatar Oct 14 '25 10:10 vkrivopalov