1 Open Issue Need Help Last updated: Jul 8, 2025

Open Issues Need Help

View All on GitHub
Add `eventfd` about 2 months ago

AI Summary: Implement `eventfd` support for Linux and Android within the existing Swift async/await based socket library. This involves adding APIs to interact with the `eventfd` system call, allowing for efficient event notification within the socket framework.

Complexity: 4/5
enhancement good first issue

Swift async/await based socket

Swift