Open YohDeadfall opened 4 weeks ago
Android is based on the Linux kernel, and its libc implementation has I/O notification APIs like epoll or eventfd. An implementation requires a bit of refactoring to avoid copy-pasting of this.
libc
epoll
eventfd
@rustbot claim
Android is based on the Linux kernel, and its
libc
implementation has I/O notification APIs likeepoll
oreventfd
. An implementation requires a bit of refactoring to avoid copy-pasting of this.