Application Context Implementation #4

Closed
kayomn wants to merge 93 commits from event-loop-dev into main
1 changed files with 1 additions and 1 deletions
Showing only changes of commit fbd79b5b41 - Show all commits

View File

@ -11,7 +11,7 @@ const sys = @import("./sys.zig");
/// Entry point.
///
pub fn main() anyerror!void {
return nosuspend sys.runGraphics(anyerror, run);
return nosuspend await async sys.runGraphics(anyerror, run);
}
test {