containers / libkrun

A dynamic library providing Virtualization-based process isolation capabilities
Apache License 2.0
889 stars 74 forks source link

macos/eventfd: ignore EAGAIN on write #171

Closed slp closed 8 months ago

slp commented 8 months ago

We may get EAGAIN on write if the eventfd is overstimulated, but we can safely ignore it as we can be sure the subscriber will get notified.