tractor/examples/parallelism
Gud Boi 2fdf53dd9f Name every `ActorNursery` binding `an` in tests/examples
Convention sweep (user req): all `tractor.open_nursery()`
bindings in test + example code use `an: ActorNursery` (`n`,
`nursery` + several tractor-nurseries confusingly named `tn`
are renamed); `trio.open_nursery()` bindings stay `tn` (incl.
`concurrent_actors_primes.py`'s inner trio nursery, renamed
`n` -> `tn` to match).

Purely mechanical, function-scoped renames — prose "nursery"/
"an" in docstrings/comments untouched; func-arg kwargs like
`portal.run(func, n=value)` untouched.

Gate: renamed test modules green on `trio`; full debugger suite
(28p/6s) + example-runner (21p) green.

(this patch was generated in some part by [`claude-code`][claude-code-gh])
[claude-code-gh]: https://github.com/anthropics/claude-code
2026-08-19 15:46:04 -04:00
..
concurrent_actors_primes.py Name every `ActorNursery` binding `an` in tests/examples 2026-08-19 15:46:04 -04:00
concurrent_futures_primes.py Un-hide stdlib primes example, add `trio` shim 2026-06-28 13:29:01 -04:00
single_func.py Port non-debugging examples off `run_in_actor` 2026-08-19 15:41:56 -04:00
to_actor_one_shots.py Use linked contexts in `to_actor.run()` 2026-08-18 21:44:04 -04:00
we_are_processes.py Make sub-spawn strategy toggleable in `we_are_processes` 2026-08-12 19:59:49 -04:00