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

Implement a thread pool for concurrent work execution #74

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

Conversation

Nandgopal-R
Copy link
Contributor

@Nandgopal-R Nandgopal-R commented Dec 27, 2024

Thread Pool

Description

  • Implemented thread pool data structure in Go from scratch

Features

  • Initialization of thread pool with a given number of threads
  • Addition of tasks

This PR handles issue #39
Please review @Ashrockzzz2003 @mdxaasil @FirefoxSRV

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add a .go implementation of thread-pool Data Structure from scratch
2 participants