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

[#21] Queue 사용으로 로직 변경 #22

Merged
merged 2 commits into from
Oct 9, 2024
Merged

[#21] Queue 사용으로 로직 변경 #22

merged 2 commits into from
Oct 9, 2024

Conversation

JHwan96
Copy link
Collaborator

@JHwan96 JHwan96 commented Oct 4, 2024

  • 동기 로직에서 비동기 로직으로 변경할 때 시간 차이
    • 2시간 49분 -> 1시간 5분

- 현재 BlockingQueue의 take로 인해 발생하는 문제 확인
- 차후 수정할 예정
- poll로 변경
- queue.isEmpty와 관련된 오류 수정
@JHwan96 JHwan96 requested a review from f-lab-lyan October 4, 2024 13:51
@JHwan96 JHwan96 self-assigned this Oct 4, 2024
@JHwan96 JHwan96 merged commit c966471 into main Oct 9, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant