[Understanding with pictures] The most intuitive understanding of the concepts of sync and async
This is a 19-minute lecture that will help you understand the concepts of synchronous and asynchronous programming very easily.
sync
sync
async
async

- Unresolved
비동기함수에 콜백함수는 어느 스레드에서 실행되나요?
쓰레드 1에서 B,C,D 스레드2에서 비동기함수 A 를 실행하고있습니다 스레드2에 비동기함수 A가 완료되서 A의 콜백함수 A'가 실행되는데 이거는 스레드1으로 돌아와서 실행되나요 아니면 스레드2에서 실행되나요? 스레드1에서 실
asyncsyncbriancjkim910559
・
1
971
1
- Unresolved
async와 blocking
좋은 강의 감사합니다 async와 blocking 개념을 나눠서 설명해 주시면 좀 더 개념정리가 잘될것같습니다
syncasyncv0o0v
・
2
525
1

