Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
javaxt-project
/
javaxt-core
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
1
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
javaxt-core
src
javaxt
utils
ThreadPool.java
on
master
User selector
All users
All time
Commit history
Commits on Oct 29, 2023
- Added ability to restart a ThreadPool (i.e. calling start after calling done and join). Also added new getActiveThreadCount() method
Show description for 23b7789
pborissow
committed
23b7789
View commit details
Copy full SHA for 23b7789
View code at this point
Browse repository at this point
Commits on Jul 26, 2023
- Added new get() method with an optional setter in the ThreadPool. Also fixed bug getting/setting variables from a thread inside a thread.
Show description for cbacb9f
pborissow
committed
cbacb9f
View commit details
Copy full SHA for cbacb9f
View code at this point
Browse repository at this point
Commits on Mar 9, 2020
- Updated the add method to return an int and added the getQueue() method
Show description for fc8955e
pborissow
committed
fc8955e
View commit details
Copy full SHA for fc8955e
View code at this point
Browse repository at this point
Commits on Dec 19, 2019
- Added new exit() method to the ThreadPool which is called when a thread is terminated. Also added the ability to get/set thread specific variables.
Show description for 7c46ed9
pborissow
committed
7c46ed9
View commit details
Copy full SHA for 7c46ed9
View code at this point
Browse repository at this point
Commits on Nov 3, 2019
- Minor update to the ThreadPool. The start method returns a reference to the ThreadPool
Show description for f3c2b4e
pborissow
committed
f3c2b4e
View commit details
Copy full SHA for f3c2b4e
View code at this point
Browse repository at this point
Commits on Oct 28, 2019
- Fixed bug waiting/releasing threads
Show description for 0b32234
pborissow
committed
0b32234
View commit details
Copy full SHA for 0b32234
View code at this point
Browse repository at this point
Commits on Oct 21, 2019
- Added getInput() method to the Console class
Show description for 817491b
pborissow
committed
817491b
View commit details
Copy full SHA for 817491b
View code at this point
Browse repository at this point
Loading
You can’t perform that action at this time.