tractor/examples
Gud Boi 9f99043b03 Showcase `to_actor.run()` across docs
The rendered guides and executable examples still taught the legacy
`ActorNursery.run_in_actor()` result-portal model even though #481
adds its blocking, linked-context replacement.

Deats,
- migrate one-shots to direct results through `to_actor.run()`
- preserve named target inputs with `functools.partial()`
- use daemon actors where reciprocal dialogs need longer lifetimes
- link the new API from core, asyncio and clustering references
- retain only explicit legacy/removal notes

Prompt-IO: ai/prompt-io/opencode/20260820T023005Z_88a23449_prompt_io.md

(this patch was generated in some part by `opencode` using `gpt-5.6-sol` (`openai`))
2026-08-19 23:29:02 -04:00
..
advanced_faults
debugging Showcase `to_actor.run()` across docs 2026-08-19 23:29:02 -04:00
integration
parallelism Showcase `to_actor.run()` across docs 2026-08-19 23:29:02 -04:00
trio
__init__.py
__main__.py
a_trynamic_first_scene.py Showcase `to_actor.run()` across docs 2026-08-19 23:29:02 -04:00
actor_spawning_and_causality.py Showcase `to_actor.run()` across docs 2026-08-19 23:29:02 -04:00
actor_spawning_and_causality_with_daemon.py
asynchronous_generators.py
full_fledged_streaming_service.py
infected_asyncio_echo_server.py
multiple_streams_one_portal.py
nested_actor_tree.py
quick_cluster.py
remote_error_propagation.py Showcase `to_actor.run()` across docs 2026-08-19 23:29:02 -04:00
rpc_bidir_streaming.py
service_daemon_discovery.py
service_discovery.py
streaming_broadcast_fanout.py
typed_payloads.py
uds_transport_actor_tree.py Fix UDS addr corruption sans-autobind (macOS) 2026-08-13 15:46:56 -04:00