io_interface: Implement eager execution in the groupAsync callback
This commit is contained in:
@@ -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(
|
||||||
|
|||||||
Reference in New Issue
Block a user