Skip to content

refactor: use WaitGroup.Go for communicator tasks - #351

Open
tenthirtyam wants to merge 1 commit into
hashicorp:mainfrom
tenthirtyam:refactor/communicator-tasks
Open

refactor: use WaitGroup.Go for communicator tasks#351
tenthirtyam wants to merge 1 commit into
hashicorp:mainfrom
tenthirtyam:refactor/communicator-tasks

Conversation

@tenthirtyam

@tenthirtyam tenthirtyam commented Jul 24, 2026

Copy link
Copy Markdown

Description

Adopts the Go 1.25+ helper to keep goroutine launches and WaitGroup accounting together.

Resolved Issues

Reduces boilerplate and prevents Add/Done mismatches.

Rollback Plan

Revert commit.

Changes to Security Controls

None.

Adopts the Go 1.25 helper to keep goroutine launches and WaitGroup accounting together, reducing boilerplate and preventing Add/Done mismatches.

Signed-off-by: Ryan Johnson <ryan@tenthirtyam.org>
@tenthirtyam
tenthirtyam requested a review from a team as a code owner July 24, 2026 12:30
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.

1 participant