mirror of
https://github.com/nodejs/node.git
synced 2024-11-29 15:06:33 +01:00
90fc8d3622
This might need to be changed in the future if ev is needed in thread pools or extension libraries. However for now it makes sense to just use a single loop.
7 lines
58 B
C
7 lines
58 B
C
#ifndef oi_h
|
|
#define oi_h
|
|
|
|
#include <oi_socket.h>
|
|
|
|
#endif
|