vibe-d / eventcore

High performance proactor event loop abstraction library
MIT License
60 stars 42 forks source link

Avoid using the FSEventStream API on iOS #239

Closed s-ludwig closed 2 months ago

s-ludwig commented 2 months ago

This API is treated as private on non-macOS Apple operating systems. For now, fall back to the polling event driver.