Skip to content

Commit

Permalink
Merge pull request #87 from yumemi-inc/feature/fix-session12-document
Browse files Browse the repository at this point in the history
Session 12 直前の課題が Callback なので、その流れに沿って文面を Callback からの変更を促すものに変更しました。
  • Loading branch information
ykws authored Jan 10, 2025
2 parents 0063e97 + 98bd966 commit 01e163e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/Concurrency.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ iOS 15以降のSwiftランタイムはコンカレンシー(並行演算)を
非同期処理にも関わらず、スレッドをブロックせずに同期的のようにコードが書けるので、コールバックを用いる方法よりも遥かに書きやすくなるでしょう。

## 課題
- Delegateで受け取っていたAPIの結果を、コンカレンシー形式で受け取るように変更する
- Callbackで受け取っていたAPIの結果を、コンカレンシー形式で受け取るように変更する
- ViewControllerを閉じた時に`deinit`が呼ばれることを確認する

## 附録
Expand Down

0 comments on commit 01e163e

Please sign in to comment.