Skip to content

Draft: Add libuv support

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.

Edited by Volodymyr Yurchenko

Merge request reports