2024-03-01から1ヶ月間の記事一覧

Swift Concurrency メインスレッドクイズ 5問

実行環境 >swift --version swift-driver version: 1.90.11.1 Apple Swift version 5.10 (swiftlang-5.10.0.13 clang-1500.3.9.4) Target: arm64-apple-macosx14.0 >xcodebuild -version Xcode 15.3 Build version 15E204a モチベーション コードレビューを…

Apollo iOSの @defer ディレクティブの実装を見る

モチベーション Apollo iOSのリリースページを見ていたら、preview-defer.1 というものがあった。 github.com 実験的に @defer ディレクティブの実装が行われている。v1.9.2時点のロードマップにも書いてある。 https://github.com/apollographql/apollo-ios…