We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 211ef05 + ab26fdc commit f696c11Copy full SHA for f696c11
src/api.zig
@@ -49,6 +49,7 @@ pub const Iterable = types.Iterable;
49
pub const Variadic = types.Variadic;
50
51
pub const Loop = @import("loop.zig").SingleThreaded;
52
+pub const IO = @import("loop.zig").IO;
53
pub const Console = @import("console.zig").Console;
54
55
pub const UserContext = @import("user_context.zig").UserContext;
0 commit comments