Page MenuHomePhorge

timer.h
No OneTemporary

Size
279 B
Referenced Files
None
Subscribers
None
#ifndef TIMER_H
#define TIMER_H
#include <stdint.h>
#include "ant.h"
void init_timer_module(struct js *js, jsval_t ant_obj);
void process_timers(struct js *js);
void process_microtasks(struct js *js);
int has_pending_timers(void);
int64_t get_next_timer_timeout(void);
#endif

File Metadata

Mime Type
text/x-c
Expires
Wed, Jun 17, 1:45 PM (1 d, 6 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
575407
Default Alt Text
timer.h (279 B)

Event Timeline