code wiki / _hdl_build / _cn_fetch.nx

_cn_fetch.nx

buildroot/runtime/_hdl_build/_cn_fetch.nx

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

about

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

dependencies 1 imports · 1 importers

nx_syscalls.nx _cn_fetch.nx _cn_fetch_test.nx

imports: nx_syscalls.nx

imported by: _cn_fetch_test.nx

structs

none

consts

none

functions

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