mitchellh / libxev

libxev is a cross-platform, high-performance event loop that provides abstractions for non-blocking IO, timers, events, and more and works on Linux (io_uring or epoll), macOS (kqueue), and Wasm + WASI. Available as both a Zig and C API.
MIT License
1.97k stars 65 forks source link

Windows #66

Closed gedw99 closed 11 months ago

gedw99 commented 1 year ago

Maybe in the future ?

Bun also can’t fully work on windows

mitchellh commented 11 months ago

Initial support #42

rsepassi commented 11 months ago

Don't have a clean repro at the moment, but initial check of the Windows support indicated that 2 timers were running sequentially instead of in parallel; could very well have been holding it wrong, but the same code worked fine on Linux and Mac. cc @Corendos

Corendos commented 11 months ago

Hey @rsepassi, could you open a new issue so that we can discuss this ? :slightly_smiling_face: