libxev icon indicating copy to clipboard operation
libxev copied to clipboard

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...

Results 61 libxev issues
Sort by recently updated
recently updated
newest added

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...

Hello, First let me just say that I am sorry because it probably isnt the place to ask such questions but I didnt find any other :( My question is:...

Closes #87 I wasn't sure if "include/" could be required. The only usecase I see is if someone uses the Zig build system for a C project and wants to...

Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 24 to 26. Release notes Sourced from cachix/install-nix-action's releases. v26 Bump to Nix 2.20.5 to address CVE-2024-27297 / GHSA-2ffj-w4mj-pg37. install-nix-action-v25 Nix 2.19.2 Commits 8887e59 Nix: 2.20.5 39a075c...

dependencies

https://github.com/mitchellh/libxev/blob/4e6781895e4e6c477597c8c2713d36cd82b57d07/build.zig.zon#L3 my guesses: ``` yes: README.md build.zig build.zig.zon LICENSE src/ no: shell.nix .envrc flake.nix docs/ nix/ .gitignore include/ examples/ .github/ website/ flake.lock ```

This can be very useful for waiting for child process state changes without blocking. Available since kernel 6.7

Hi, thanks for the handy library. Commit 7b4a0e8 introduced a generic cancelation function to the io_uring backend. For the sake of coherence, is it possible to add it to the...