Skip to main content

__bun_js_timer_epoch

Function __bun_js_timer_epoch 

Source
#[unsafe(no_mangle)]
pub unsafe fn __bun_js_timer_epoch( tag: Tag, t: *const EventLoopTimer, ) -> Option<u32>
Expand description

Get the JS-timer epoch for heap ordering.

§Safety

t must be the event_loop_timer field of a BaoTimeoutObject.