Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FileDictをSwift Concurrency対応 #260

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open

FileDictをSwift Concurrency対応 #260

wants to merge 7 commits into from

Conversation

mtgto
Copy link
Owner

@mtgto mtgto commented Dec 29, 2024

UserDictやFileDictでSwift Concurrency対応してSwift 6でコンパイルエラーになるという警告が出ないように修正します。

辞書の参照や単語の追加削除は基本的には @MainActor にしていくだけなのですが、読み込みだけは時間がかかるため別スレッドでの実行を可能にする必要があります。
そのためnonisolatedなメソッド FileDict#load を生やし、読み込み処理はそちらにもっていきます。
nonisolatedなメソッド内でメンバ変数dictを設定する必要があり、そのためにasyncメソッドにしています。

@mtgto mtgto force-pushed the filedict-mainactor branch from 8d49d01 to cbf293e Compare December 30, 2024 12:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant