Skip to content

Commit

Permalink
coro: remove io import from Frame
Browse files Browse the repository at this point in the history
  • Loading branch information
Cloudef committed Jun 25, 2024
1 parent a36f43e commit fc95334
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/coro/Frame.zig
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
const std = @import("std");
const aio = @import("aio");
const io = @import("io.zig");
const Fiber = @import("zefi.zig");
const Scheduler = @import("Scheduler.zig");
const common = @import("common.zig");
Expand Down

0 comments on commit fc95334

Please sign in to comment.