We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
現在、ほぼ全ての処理が@MainActorで実行されており、メインスレッドをブロックしてしまう。かな漢字変換はしばしば重い操作であり、多くの実用的なアプリケーションにおいて望ましくない。
@MainActor
そこで@MainActorの制約を外して非同期でアクセスするよう変更を行いたい。
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
ensan-hcl
Successfully merging a pull request may close this issue.
現在、ほぼ全ての処理が
@MainActor
で実行されており、メインスレッドをブロックしてしまう。かな漢字変換はしばしば重い操作であり、多くの実用的なアプリケーションにおいて望ましくない。そこで
@MainActor
の制約を外して非同期でアクセスするよう変更を行いたい。The text was updated successfully, but these errors were encountered: