Skip to content

zb: Add sync version of ProxyBuilder::build

danieldg requested to merge danieldg/zbus:lazy-proxy into main

This is useful if you want to build proxies inside a OnceCell::get_or_try_init closure. Proxy can also use this internally to explicitly avoid the recursion that never happens.

Merge request reports