Skip to content

introspection: Load introspection data asynchronously

Ray Strode requested to merge wip/async-introspect into master

Some projects, like systemd, have truely gigantic introspection trees.

At the moment that makes d-feet lock up.

To address that problem, this commit changes d-feet to process the incoming introspection data from an idle handler.

Merge request reports