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

[Feature Request] APIの非同期化 #26

Open
ensan-hcl opened this issue Oct 21, 2023 · 1 comment
Open

[Feature Request] APIの非同期化 #26

ensan-hcl opened this issue Oct 21, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@ensan-hcl
Copy link
Owner

現在、ほぼ全ての処理が@MainActorで実行されており、メインスレッドをブロックしてしまう。かな漢字変換はしばしば重い操作であり、多くの実用的なアプリケーションにおいて望ましくない。

そこで@MainActorの制約を外して非同期でアクセスするよう変更を行いたい。

@ensan-hcl ensan-hcl added the enhancement New feature or request label Oct 21, 2023
@ensan-hcl ensan-hcl self-assigned this Oct 21, 2023
@ensan-hcl
Copy link
Owner Author

  • CacheをKanaKanjiConverterの内部に持たない方が設計が楽になる気がしている

@ensan-hcl ensan-hcl linked a pull request Oct 23, 2023 that will close this issue
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant