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

Thread 상태 확인 #26

Closed
1 task done
Tracked by #22
GuardJo opened this issue Apr 11, 2024 · 0 comments · Fixed by #31
Closed
1 task done
Tracked by #22

Thread 상태 확인 #26

GuardJo opened this issue Apr 11, 2024 · 0 comments · Fixed by #31
Assignees
Labels
bug Something isn't working documentation Improvements or additions to documentation enhancement New feature or request

Comments

@GuardJo
Copy link
Owner

GuardJo commented Apr 11, 2024

Java Thread에 대한 정보 조회 API 정리

  • 학습 내용 정리
@GuardJo GuardJo self-assigned this Apr 11, 2024
@GuardJo GuardJo added bug Something isn't working documentation Improvements or additions to documentation enhancement New feature or request labels Apr 11, 2024
GuardJo added a commit that referenced this issue Apr 11, 2024
- setName(), getName() 을 통한 Thread 이름 지정 및 조회
- Thread.currentThread() 을 통해 현재 실행 중인 Thread 객체 반환
- alive() 을 통해 특정 Thread의 활성 여부 조
GuardJo added a commit that referenced this issue Apr 11, 2024
- 학습 내용 정리 및 README 업데이트
GuardJo added a commit that referenced this issue Apr 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant