eve.core.loop
Layer 1 event loop built on the selected Layer 0 backend.
This module re-exports the platform-specific EventLoop implementation. See eve.core.linux.loop, eve.core.kqueue.loop, and eve.core.windows.loop for the actual implementations.
Platform Support:
- Linux: Fully supported (primary development platform)
- FreeBSD/OpenBSD/NetBSD/DragonFlyBSD: Supported via kqueue backend
- macOS: Supported via kqueue backend
- Windows: Core loop works, Layer 2 async I/O in development
See doc/EVE.md Appendix A for the full platform matrix.
No exported symbols.