feat: update thespian and add delay_send_cancellable tags
This commit is contained in:
parent
c01576412a
commit
336ea8684e
4 changed files with 5 additions and 5 deletions
|
@ -122,7 +122,7 @@ fn update_clear_timer(self: *Self) !void {
|
|||
t.deinit();
|
||||
self.clear_timer = null;
|
||||
}
|
||||
self.clear_timer = try tp.self_pid().delay_send_cancellable(self.msg.allocator, delay, .{ "MINILOG", self.msg_counter });
|
||||
self.clear_timer = try tp.self_pid().delay_send_cancellable(self.msg.allocator, "minilog.clear_timer", delay, .{ "MINILOG", self.msg_counter });
|
||||
}
|
||||
|
||||
fn set(self: *Self, msg: []const u8, level: Level) !void {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue