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 {
_ = userdata;
_ = type_erased;
_ = context;
_ = context_alignment;
_ = start;
@panic("Not implemented yet");
start(context.ptr);
}
fn groupConcurrent(