Skip to content

zb: Make lazy properties caching the default

Zeeshan Ali Khan requested to merge zeenix/zbus:lazy-cache-default into main

This makes oneshot proxies (usually to quickly call a method) efficient as the redundant cache population is skipped.

Merge request reports