nx_remote_worker_test.nx
buildroot/runtime/nx_remote_worker_test.nx
about
nx_remote_worker_test.nx -- prove distributed-MIMD dispatch via
nx_remote_worker. Orchestrator dispatches 50 tasks of the form
`f(id, arg) = arg*arg + id` to a worker thread; verifies all
results.
dependencies 5 imports · 0 importers
imports: nx_kernel_v2.nxnx_log.nxnx_atom.nxnx_net_chan.nxnx_remote_worker.nx
imported by: nobody (leaf or entry point)
call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown
structs
| none |
consts
| 12 | const NX_PORT: i64 = 38921 |
| 13 | const N_TASKS: i64 = 50 |
functions
| 15 | func task_handler(id: i64, arg: i64) -> i64 |
| 19 | func main() -> nx_exit |