photon icon indicating copy to clipboard operation
photon copied to clipboard

Fast event primitive for Linux

Open DmitryOlshansky opened this issue 7 years ago • 0 comments

Might be looking for some creative use of futex syscall + atomic ops on a word of memory.

The idea is to start with lightweight object, then fallback to eventfd should we need to multiplex across I/O or inside of threads.

DmitryOlshansky avatar May 14 '18 20:05 DmitryOlshansky