Skip to content

vala: add "loop" field to async main

This allows code to access the main loop created when async main() is used. The main loop is now a global variable that is initialized in main().

Merge request reports