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

item78 ~ 84 동시성 #165

Open
7 tasks
seongtaekkim opened this issue Apr 27, 2024 · 0 comments
Open
7 tasks

item78 ~ 84 동시성 #165

seongtaekkim opened this issue Apr 27, 2024 · 0 comments
Labels
effective-java study issue

Comments

@seongtaekkim
Copy link
Owner

seongtaekkim commented Apr 27, 2024

Summary

  • item78 ~ 84 동시성 정리

Detail

  • item78 ~ 84 동시성�정리

Todo

  • item78 공유중인 가변데이터는 동기화에 사용하라
  • item79 과도한 동기화는 피하라
  • item80 스레드보다는 실행자, 태스크, 스트림을 애용해라
  • item81 wait와 notify 보다는 동시성 유틸리티를 애용해라
  • item82 스레드 안정성 수준을 문서화 하라
  • item83 지연초기화는 신중히 사용하라
  • item84 프로그램의 동작을 스레드 스케쥴러에 기대지 마라

Etc

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

No branches or pull requests

1 participant