Skip to content

Draft: Add libuv support

Volodymyr Yurchenko requested to merge add-libuv-support into master

Replaces the default libwebsockets poll() event loop with the uv event loop.

uv loop is used as a foreign loop. It means that jalien-root will be able to operate in a common event loop with the external apps (DPL). It will improve the integration between the O2 components and unify the way they work.

Requires new alidist libwebsockets recipe with libuv enabled.

Merge request reports