milestone 18: collapse duplicated infrastructure into shared listener core, crud list helper, resource shells, transport race, name and line helpers, ui modules
This commit is contained in:
@@ -402,7 +402,7 @@ const Env = struct {
|
||||
const gpa = self.gpa;
|
||||
const ioh = self.threaded.io();
|
||||
|
||||
self.web.deinit(gpa, ioh);
|
||||
self.web.deinit(ioh);
|
||||
self.group.await(ioh) catch |err| switch (err) {
|
||||
error.Canceled => unreachable,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user