clj-commons / aleph

Asynchronous streaming communication for Clojure - web server, web client, and raw TCP/UDP
http://aleph.io
MIT License
2.54k stars 241 forks source link

Add support for kqueue and io-uring #654

Closed arnaudgeiser closed 1 year ago

arnaudgeiser commented 1 year ago

This adds the support of both kqueue and io-uring as a transport parameter for the HTTP/TCP/UDP servers and related clients the way describes on #526.

Closes #526