Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2916059
timer.h
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
422 B
Referenced Files
None
Subscribers
None
timer.h
View Options
#ifndef TIMER_H
#define TIMER_H
#include
"gc.h"
#include
"types.h"
void
init_timer_module
(
void
);
void
process_microtasks
(
ant_t
*
js
);
void
process_immediates
(
ant_t
*
js
);
void
queue_microtask
(
ant_t
*
js
,
jsval_t
callback
);
void
queue_promise_trigger
(
uint32_t
promise_id
);
void
timer_gc_update_roots
(
GC_OP_VAL_ARGS
);
int
has_pending_timers
(
void
);
int
has_pending_microtasks
(
void
);
int
has_pending_immediates
(
void
);
#endif
File Metadata
Details
Attached
Mime Type
text/x-c
Expires
Thu, Mar 26, 4:40 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
511700
Default Alt Text
timer.h (422 B)
Attached To
Mode
rANT Ant
Attached
Detach File
Event Timeline
Log In to Comment