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

Make New method thread-safe in fig-sync-pool.go #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Make New method thread-safe in fig-sync-pool.go #4

wants to merge 1 commit into from

Conversation

rameshg87
Copy link

We used a counter to count the number of instances
created and that needs to be protected around a
mutex to make it thread safe.

We used a counter to count the number of instances
created and that needs to be protected around a
mutex to make it thread safe.
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