| author | |
| committer | |
| log | 3858a526e32cc661f7b0fdd0f40edb184d7c9209 |
| tree | deff544253a0dc13873b19d7238eecf6a2a4a428 |
| parent | 2e52fafac50b545b5ef7dce42d0827e8077a8698 |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/special/start.zig+1-1| ... | ... | @@ -214,7 +214,7 @@ inline fn initEventLoopAndCallMain() u8 { |
| 214 | 214 | return @inlineCall(callMain); |
| 215 | 215 | } |
| 216 | 216 | |
| 217 | fn callMainAsync(loop: *std.event.Loop) u8 { | |
| 217 | async fn callMainAsync(loop: *std.event.Loop) u8 { | |
| 218 | 218 | // This prevents the event loop from terminating at least until main() has returned. |
| 219 | 219 | loop.beginOneEvent(); |
| 220 | 220 | defer loop.finishOneEvent(); |