async: use std http client with loop

This commit is contained in:
Pierre Tachoire
2024-01-30 08:57:42 +01:00
parent 9d26a43aa8
commit 511e9b969a
5 changed files with 309 additions and 41 deletions

View File

@@ -94,6 +94,11 @@ pub fn main() !void {
}
}
test {
const TestAsync = @import("async/test.zig");
std.testing.refAllDecls(TestAsync);
}
test "jsruntime" {
// generate tests
try generate.tests();