ELinks 0.18.0
heartbeat.h File Reference
#include <quickjs/quickjs.h>
#include "util/lists.h"
Include dependency graph for heartbeat.h:
This graph shows which files directly or indirectly include this file:

Data Structures

struct  heartbeat

Functions

struct heartbeatadd_heartbeat (struct ecmascript_interpreter *interpreter)
void check_heartbeats (void *data)
void done_heartbeat (struct heartbeat *hb)
int js_heartbeat_callback (JSRuntime *rt, void *opaque)

Function Documentation

◆ add_heartbeat()

struct heartbeat * add_heartbeat ( struct ecmascript_interpreter * interpreter)

◆ check_heartbeats()

void check_heartbeats ( void * data)

◆ done_heartbeat()

void done_heartbeat ( struct heartbeat * hb)

◆ js_heartbeat_callback()

int js_heartbeat_callback ( JSRuntime * rt,
void * opaque )