tractor/examples/parallelism
Gud Boi 4313ac256c Use `.wait_for_result()` in dated examples
Swap the deprecated `portal.result()` calls for the modern
`.wait_for_result()` spelling in,
- `a_trynamic_first_scene.py` (x2)
- `actor_spawning_and_causality.py`
- `parallelism/single_func.py`

These 3 are literalinclude'd by the new docs tree so the rendered
code must teach the current api; the `debugging/` set still calls
`.result()` (pexpect pattern-matched tests, left for a follow-up
sweep).

(this patch was generated in some part by [`claude-code`][claude-code-gh])
[claude-code-gh]: https://github.com/anthropics/claude-code
2026-06-25 13:01:10 -04:00
..
_concurrent_futures_primes.py Drop `tractor.run()` from all examples 2021-05-07 11:21:40 -04:00
concurrent_actors_primes.py Drop now-deprecated deps on modern `trio`/Python 2025-03-16 16:06:24 -04:00
single_func.py Use `.wait_for_result()` in dated examples 2026-06-25 13:01:10 -04:00
we_are_processes.py Reorg and rejig flow 2021-02-25 09:10:18 -05:00