epoll icon indicating copy to clipboard operation
epoll copied to clipboard

A low-level Node.js binding for the Linux epoll API

Results 4 epoll issues
Sort by recently updated
recently updated
newest added

Building with `[email protected]` fails with: **error: static assertion failed: Pointer compression can be enabled only for 64-bit architectures** Any suggestions on how to fix this? Below is the full log....

As mentioned in the following issue for electron, support for native modules that are not NAPI or Context Aware are going to be dropped. [Electron Issue](https://github.com/electron/electron/issues/18397) This will result in...

enhancement

Hi, I'm trying to interface a multi coin acceptor with Espressobin. This coin acceptor emits pulses for every coin inserted. For example 1 peso coin (I'm in philippines) pulses 0...

enhancement

This reworks/rewrites a large chunk of the library to be node-api based. This means that it doesn't need recompiling or fixing for new versions of node This has been in...