io_interface: Implement eager execution in the groupAsync callback
This commit is contained in:
@@ -227,10 +227,8 @@ fn groupAsync(
|
||||
) void {
|
||||
_ = userdata;
|
||||
_ = type_erased;
|
||||
_ = context;
|
||||
_ = context_alignment;
|
||||
_ = start;
|
||||
@panic("Not implemented yet");
|
||||
start(context.ptr);
|
||||
}
|
||||
|
||||
fn groupConcurrent(
|
||||
|
||||
Reference in New Issue
Block a user