code wiki / _hdl_build / nx_multiround_test.nx

nx_multiround_test.nx

buildroot/runtime/_hdl_build/nx_multiround_test.nx

1895 B43 linesdepth 7pulls 22 transitivereach 0 importersview sourcekind gate/proof
docsdependenciesstructsconstsfunctions

about

nx_multiround_test.nx -- CRUX proof for the network-in-the-loop rung: after js_pending_service settles a fetch's promise and el_drain runs the microtasks, does the .then continuation FIRE (and issue its own next fetch)? If yes, round-1 pending gains the second URL -> the multi-round network sniff is buildable.

dependencies 2 imports · 0 importers

nx_syscalls.nx nx_js_eval.nx nx_multiround_test.nx

imports: nx_syscalls.nxnx_js_eval.nx

imported by: nobody (leaf or entry point)

structs

none

consts

none

functions

7func cw(s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8){n=n+1} sys_write(1,s,n); return 0 }
called by 1: dump_pending calls 1: sys_write
8func tslen(s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8){n=n+1} return n }
10func dump_pending(genv: *i64, ub: *u8) -> i64
25func main() -> i64