tractor/tractor/experimental
Gud Boi 266073cb69 Reap the `@pub` example daemon on stream exit
Wrap the documented publisher stream in `try/finally` and explicitly
cancel its `start_actor()` daemon. Closing `open_stream_from()` owns
only the remote stream task, so actor-nursery exit otherwise waits on
the still-running actor indefinitely.

Review: PR #484 (OpenCode)
https://github.com/goodboy/tractor/pull/484#pullrequestreview-5025383596

(this patch was generated in some part by `opencode` using `gpt-5.6-sol` (`openai`))
2026-08-25 20:03:18 -04:00
..
__init__.py Better idea: start a `tractor.experimental` subpkg 2022-01-29 14:03:55 -05:00
_pubsub.py Reap the `@pub` example daemon on stream exit 2026-08-25 20:03:18 -04:00