hmng/jsonrpc-c

Add select option

mathben opened this issue · 2 comments

Hi hmn,
for my project, I need to work with "select". I would like to add support for this.
The user will have option to choose only select or only libev at compilation time.
Are you interested in adding this feature to the master branch?
Thanks

hmng commented

Sure, it might be a good addition. Right now the structs jrpc_server and jrpc_connection have strong links to libev by including libev structs. Those would have to abstracted.

hmng commented

Any one interested in this change can check mathben branch.