Skip to content

Commit

Permalink
loop: remove tick from Network impl
Browse files Browse the repository at this point in the history
  • Loading branch information
krichprollsch committed Nov 15, 2024
1 parent af5a58a commit 2c66f41
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/loop.zig
Original file line number Diff line number Diff line change
Expand Up @@ -231,10 +231,6 @@ pub const SingleThreaded = struct {
};
}

pub fn tick(self: *NetworkImpl) !void {
return try self.loop.io.tick();
}

pub fn connect(self: *NetworkImpl, ctx: *Ctx, socket: std.posix.socket_t, address: std.net.Address) void {
self.ctx = ctx;
_ = self.loop.addEvent();
Expand Down

0 comments on commit 2c66f41

Please sign in to comment.