Function __bun_fire_timer
Source #[unsafe(no_mangle)]
pub unsafe fn __bun_fire_timer(
t: *mut EventLoopTimer,
now: *const Timespec,
_vm: *mut (),
)
Expand description
Fire a timer callback.
§Safety
t must be a live EventLoopTimer just popped from the heap.