Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
c#仕様の3.10では、次のとおりです。
これらの副作用の順序を維持する必要がある重要な実行ポイントは、揮発性フィールド(§10.5.3)、ロックステートメント(§8.12)、およびスレッドの作成と終了への参照です。
質問は次のとおりです。スレッドの作成は「newThread();」を意味します。または「th.start()」?
私の知る限り、少なくとも「th.start()」が含まれていると思います。