Skip to content

Commit f696c11

Browse files
Merge pull request #236 from lightpanda-io/public_io
Expose loop IO
2 parents 211ef05 + ab26fdc commit f696c11

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
pub const UserContext = @import("user_context.zig").UserContext;

0 commit comments

Comments
 (0)