Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F4498656
timer.h
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
396 B
Referenced Files
None
Subscribers
None
timer.h
View Options
#ifndef TIMER_H
#define TIMER_H
#include
"ant.h"
void
init_timer_module
(
void
);
void
process_timers
(
struct
js
*
js
);
void
process_microtasks
(
struct
js
*
js
);
void
process_immediates
(
struct
js
*
js
);
void
queue_microtask
(
struct
js
*
js
,
jsval_t
callback
);
int
has_pending_timers
(
void
);
int
has_pending_microtasks
(
void
);
int
has_pending_immediates
(
void
);
int64_t
get_next_timer_timeout
(
void
);
#endif
File Metadata
Details
Attached
Mime Type
text/x-c
Expires
Sun, May 3, 7:45 AM (1 d, 5 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
545028
Default Alt Text
timer.h (396 B)
Attached To
Mode
rANT Ant
Attached
Detach File
Event Timeline
Log In to Comment