v.live.executable #
Constants #
const (
is_used = 1
)
fn new_live_reload_info #
fn new_live_reload_info(original string, vexe string, vopts string, live_fn_mutex voidptr, live_linkfn live.FNLinkLiveSymbols) &live.LiveReloadInfo
The live reloader code is implemented here.
Note: new_live_reload_info will be called by generated C code inside main()
fn start_reloader #
fn start_reloader(mut r live.LiveReloadInfo)
Note: start_reloader will be called by generated code inside main(), to start the hot code reloader thread. start_reloader is executed in the context of the original main thread.