{"id":21894665,"url":"https://github.com/yamtaldev/threadpool","last_synced_at":"2026-03-27T04:36:40.448Z","repository":{"id":195534011,"uuid":"693100553","full_name":"YamtalDev/ThreadPool","owner":"YamtalDev","description":"A Java thread pool library for concurrent task execution.","archived":false,"fork":false,"pushed_at":"2023-09-19T06:38:23.000Z","size":25,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-02T22:41:57.040Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/YamtalDev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-09-18T10:55:36.000Z","updated_at":"2025-03-06T05:09:41.000Z","dependencies_parsed_at":"2023-09-18T13:23:03.722Z","dependency_job_id":null,"html_url":"https://github.com/YamtalDev/ThreadPool","commit_stats":null,"previous_names":["yamtaldev/threadpool"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/YamtalDev/ThreadPool","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YamtalDev%2FThreadPool","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YamtalDev%2FThreadPool/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YamtalDev%2FThreadPool/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YamtalDev%2FThreadPool/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/YamtalDev","download_url":"https://codeload.github.com/YamtalDev/ThreadPool/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YamtalDev%2FThreadPool/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279000960,"owners_count":26082973,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-09T02:00:07.460Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-28T13:27:23.848Z","updated_at":"2025-10-09T07:32:26.615Z","avatar_url":"https://github.com/YamtalDev.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ThreadPool\nA Java thread pool library for concurrent task execution.\n\n**Project Overview:** \nThis repository contains a Java thread pool library that simplifies concurrent task execution. It provides a fixed-size thread pool that efficiently manages worker threads and executes submitted tasks concurrently.\n\n**Features:**\n- Fixed-size thread pool with adjustable thread number.\n- Graceful termination of worker threads.\n- Thread-safe task submission and execution (lambda expressions).\n- tasks priority configuration.\n\n## Usage\n\nTo utilize this thread pool library in your Java project, follow these steps:\n\n### Prerequisites\n\nBefore you begin, ensure you have the following prerequisites installed on your system:\n\n- **Java (JDK):** If you don't have Java installed, you can download and install it from the official website:\n  - [Download Java for Windows](https://www.oracle.com/java/technologies/javase-downloads.html) (Windows)\n  - [Download Java for macOS](https://www.oracle.com/java/technologies/javase-downloads.html) (macOS)\n  - [Download Java for Linux](https://openjdk.java.net/install/) (Linux)\n\n- **Maven:** If you don't have Maven installed, you can download and install it from the official website:\n  - [Download Maven](https://maven.apache.org/download.cgi)\n\n### Installation\n\n1. **Clone or Download the Repository:**\n   You can clone this Git repository or download it as a ZIP file to your local machine.\n\n``` shell\ngit clone https://github.com/YamtalDev/ThreadPool.git\n\n```\n\n2. **Configuring Java Version (Optional):** If you need to configure a specific \nJava version different from Java 17 used in this project, you can do so by modifying the pom.xml file. \n\n\n3. **Build the Project:**\nNavigate to the project directory and build it using Maven.\n* This command will download project dependencies, compile the code, and create a JAR file.\n\n``` shell\ncd ThreadPool\nmvn clean install\n\n```\n\n4. **Run the Tests:**\nYou can run the project's tests to ensure everything is working as expected.\n* This command will execute the test suite, and you should see the test results in your console.\n\n\n``` shell\nmvn test\n\n```\n\n**License:**\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n\n**Contact:**\nFor questions or issues, feel free to [create an issue](https://github.com/YamtalDev/ThreadPool/issues) or contact the project maintainer.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyamtaldev%2Fthreadpool","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyamtaldev%2Fthreadpool","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyamtaldev%2Fthreadpool/lists"}