code wiki / _hdl_build / _pe_crawl.nx

_pe_crawl.nx

buildroot/runtime/_hdl_build/_pe_crawl.nx

403 B9 linesdepth 2pulls 2 transitivereach 1 importersview sourcekind librarytopic pe
docsdependenciesstructsconstsfunctions

about

AUTHORED BY THE NISHI BUILDER (pattern: GOVERNOR) -- min-gap pacing + clamped exponential backoff

dependencies 1 imports · 1 importers

nx_syscalls.nx _pe_crawl.nx _pe_crawl_test.nx

imports: nx_syscalls.nx

imported by: _pe_crawl_test.nx

structs

none

consts

none

functions

3func _pe_crawl_allow(last_ms: i64, now_ms: i64) -> i64 { if now_ms - last_ms >= 1500 { return 1 } return 0 }
called by 1: main
4func _pe_crawl_backoff(fails: i64) -> i64
called by 1: main