tractor/docs/guide
Gud Boi b645f7fa8c Bind named `to_actor.run()` inputs with partials
PR #481 made target inputs positional and reserved keywords for
actor placement/runtime controls. PR #484 still forwarded target
kwargs, so tests and examples failed local signature binding after
the rebase.

Deats,
- bind named target inputs with `functools.partial()`
- keep placement, naming and runtime controls as direct keywords
- reject invalid target calls locally before actor startup
- require linked one-shots to raise one direct `RemoteActorError`
- doc linked context execution and per-child process reaping

Prompt-IO: ai/prompt-io/opencode/20260819T184640Z_481ba003_prompt_io.md

(this patch was generated in some part by `opencode` using `gpt-5.6-sol` (`openai`))
2026-08-19 17:24:40 -04:00
..
asyncio.rst Port docs off `run_in_actor` + `Portal.wait_for_result` 2026-08-19 15:41:56 -04:00
cancellation.rst Port docs off `run_in_actor` + `Portal.wait_for_result` 2026-08-19 15:41:56 -04:00
clustering.rst Write the big boi docs content tree 2026-06-28 13:29:01 -04:00
context.rst Port docs off `run_in_actor` + `Portal.wait_for_result` 2026-08-19 15:41:56 -04:00
debugging.rst Write the big boi docs content tree 2026-06-28 13:29:01 -04:00
discovery.rst Document stable macOS UDS operation 2026-08-14 10:37:19 -04:00
index.rst Write the big boi docs content tree 2026-06-28 13:29:01 -04:00
msging.rst Write the big boi docs content tree 2026-06-28 13:29:01 -04:00
parallelism.rst Port docs off `run_in_actor` + `Portal.wait_for_result` 2026-08-19 15:41:56 -04:00
rpc.rst Bind named `to_actor.run()` inputs with partials 2026-08-19 17:24:40 -04:00
spawning.rst Bind named `to_actor.run()` inputs with partials 2026-08-19 17:24:40 -04:00
streaming.rst Write the big boi docs content tree 2026-06-28 13:29:01 -04:00
testing.rst Make UDS reaping platform-aware 2026-08-14 10:36:27 -04:00