Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove the example using barrier #2

Merged
merged 1 commit into from
Dec 1, 2023
Merged

Remove the example using barrier #2

merged 1 commit into from
Dec 1, 2023

Conversation

jgardona
Copy link
Owner

@jgardona jgardona commented Dec 1, 2023

The example using barrier was removed because its bad pratice as the barrier cant synchronize the parent thread. Use channels instead.

The example using barrier was removed because its bad
pratice as the barrier cant synchronize the parent thread.
Use channels instead.
@jgardona jgardona added the bug Something isn't working label Dec 1, 2023
@jgardona jgardona added this to the v02.4 milestone Dec 1, 2023
@jgardona jgardona self-assigned this Dec 1, 2023
@jgardona jgardona merged commit 51910da into main Dec 1, 2023
1 check passed
@jgardona jgardona deleted the fix/wait-method-#1 branch December 1, 2023 17:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant