socketry / nio4r

Cross-platform asynchronous I/O primitives for scalable network clients and servers.
Other
965 stars 86 forks source link

Move `EV_STANDALONE` definition to `extconf.rb` #250

Closed boazsegev closed 3 years ago

boazsegev commented 3 years ago

By moving the EV_STANDALONE definition to extconf.rb, it will persist even when libev.h isn't included (i.e., within the libev codebase).