Skip to content

Commit ab26fdc

Browse files
Expose loop IO
Signed-off-by: Francis Bouvier <francis@lightpanda.io>
1 parent fff1a67 commit ab26fdc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/api.zig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ pub const Iterable = types.Iterable;
4949
pub const Variadic = types.Variadic;
5050

5151
pub const Loop = @import("loop.zig").SingleThreaded;
52+
pub const IO = @import("loop.zig").IO;
5253
pub const Console = @import("console.zig").Console;
5354

5455
// JS engine

0 commit comments

Comments
 (0)