Skip to content

Commit

Permalink
Revert "README に想定課題を記載してみました。"
Browse files Browse the repository at this point in the history
間違って main にコミットしてしまったのを取り消します。
This reverts commit 615fd33.
  • Loading branch information
es-kumagai committed Jun 27, 2024
1 parent 615fd33 commit 21e7b36
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,17 +73,6 @@ Session1がレビュー待ちの場合...
13) [UITableView](Documentation/UITableView.md)
1) [UINavigationController](Documentation/UINavigationController.md)

**■ 並行処理**

15) sync ver を用いて、1週間の天気を取得まずは直列。
全部揃ってから表示すること。
1) Dispatch による並行処理を実施。この時ロックは使わずに並行処理を実装してみる。データが正常に更新されない場合があることを確認する。
1) ロックを入れてデータの不整合が起こらないようにする。
1) シリアルキューによる不整合阻止
1) アクターによる阻止。
メインアクターで保護させるしかないかも。別のアクターだとデータソースが困りそう。
1) タスクグループを用いた不整合阻止

**■ 実力チェック**

15) [BugFix](Documentation/BugFix.md)
Expand Down

0 comments on commit 21e7b36

Please sign in to comment.