Skip to content

docs(core): clarify process substitution task detachment - #11

Merged
cataggar merged 1 commit into
kfrom
fix/issue-9-process-substitution-cleanup
Aug 19, 2026
Merged

cataggar merged 1 commit into
kfrom
fix/issue-9-process-substitution-cleanup

Conversation

@cataggar

Copy link
Copy Markdown
Owner

Summary

  • remove the stale synchronous-execution TODO from process substitution setup
  • make the intentionally detached producer lifecycle and unobserved task panics explicit
  • use an explicit drop of the JoinHandle without changing behavior

Tests

  • cargo fmt --check --all
  • cargo clippy --package brush-core --all-features --all-targets --no-deps

Closes #9

Remove the stale synchronous-execution TODO and make the intentional task detachment, including unobserved panics, explicit.

Assisted-by: GitHub Copilot CLI:gpt-5.6-sol

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@cataggar
cataggar force-pushed the fix/issue-9-process-substitution-cleanup branch from 061fbad to 55118c1 Compare August 19, 2026 19:13
@cataggar
cataggar changed the base branch from main to k August 19, 2026 19:13
@cataggar
cataggar merged commit f1af3e1 into k Aug 19, 2026
51 checks passed
@cataggar
cataggar deleted the fix/issue-9-process-substitution-cleanup branch August 19, 2026 19:48
cataggar added a commit that referenced this pull request Aug 22, 2026
Remove the stale synchronous-execution TODO and make the intentional task detachment, including unobserved panics, explicit.

Assisted-by: GitHub Copilot CLI:gpt-5.6-sol

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Cleanup: stale TODO and detached producer task in setup_process_substitution

1 participant