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

6, 7주차 미션 / 안드로이드 3조 권민혁 #47

Open
wants to merge 2 commits into
base: minHyeok
Choose a base branch
from

Conversation

imscow11253
Copy link
Member

@imscow11253 imscow11253 commented May 8, 2024

detailPost 코틀린 파일에서 Runnable interface를 상속받아서 thread를 생성했습니다. 해당 부분은 주석 처리 되어있습니다.

coroutine도 구현했습니다. coroutine의 명확한 개념이 잡히지 않았었는데 스터디 때 thread와는 달리 작업을 나누지만 별도의 address space 공간을 크게 할당 받지 않아서 context switching에서 overhead가 적다는 것을 깨달았습니다. 안드로이드에서 작업을 나누어 처리하고 싶을 때 thread 도 있지만 overhead를 줄인다는 점에서 coroutine의 의의도 깨달았습니다.

6주차 PR이 merge되어 있지 않아서 그냥 7주차 PR이랑 합쳤습니다.

@imscow11253 imscow11253 changed the title feat: 6주차 미션 수행 6, 7주차 미션 / 안드로이드 3조 권민혁 May 16, 2024
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