yoogail105 / KkokkoSwift

꼬리에 꼬리를 무는 swift 개념 정리
28 stars 0 forks source link

#동기와 비동기 #10

Open yoogail105 opened 2 years ago

yoogail105 commented 2 years ago

동기와 비동기

동기 Synchronize

비동기 Asynchronize

🔖 참고

yoogail105 commented 2 years ago

먼저 알아야 할 것: 🔗 #프로세스와 쓰레드

yoogail105 commented 2 years ago

Sync vs Async

✔️ 단일 작업에 대한 것

1. Sync

2. Async

🔖 참고

yoogail105 commented 2 years ago

Serial vs Concurrent

여러 작업에 대한 것 ✔ 동기 혹은 비동기로 보낸 단일 작업들의 목록을 순차적으로 처리할지의 여부를 결정 ✔ serial queue 혹은 concurrent queue의 맨 뒤로 보냄

1. Serial

2. Concurrent

Sync/Async vs Serial/Concurrent

🔖 참고