io_interface: Implement eager execution in the groupAsync callback

This commit is contained in:
2026-06-02 11:33:53 +02:00
parent e046fcd45e
commit f6185054b5
+1 -3
View File
@@ -227,10 +227,8 @@ fn groupAsync(
) void { ) void {
_ = userdata; _ = userdata;
_ = type_erased; _ = type_erased;
_ = context;
_ = context_alignment; _ = context_alignment;
_ = start; start(context.ptr);
@panic("Not implemented yet");
} }
fn groupConcurrent( fn groupConcurrent(