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
|
|
@ -96,5 +96,5 @@ fn update_tick_timer(self: *Self) void {
|
|||
t.deinit();
|
||||
self.tick_timer = null;
|
||||
}
|
||||
self.tick_timer = tp.self_pid().delay_send_cancellable(self.allocator, delay, .{"CLOCK"}) catch null;
|
||||
self.tick_timer = tp.self_pid().delay_send_cancellable(self.allocator, "clock.tick_timer", delay, .{"CLOCK"}) catch null;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue