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
イベントが発生するスレッドがメインスレッドだったりワーカースレッドだったり統一されていない。 そのため、UIコントロールを操作するときInvokeが必要だったり必要なかったりする。 わけわからん。
The text was updated successfully, but these errors were encountered:
イベントは全部別スレッドで動かすか、みたいな気持ちです。
Sorry, something went wrong.
イベントに関しては、ワーカーで操作してあげても良いかも。 今のままだとスレッド警察に怒られ案件だしね...
そうするかー
No branches or pull requests
イベントが発生するスレッドがメインスレッドだったりワーカースレッドだったり統一されていない。
そのため、UIコントロールを操作するときInvokeが必要だったり必要なかったりする。
わけわからん。
The text was updated successfully, but these errors were encountered: