File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 4027
4027
4028
4028
4029
4029
< h1 id ="76-非同期処理 "> 76. 非同期処理< a class ="headerlink " href ="#76-非同期処理 " title ="Permanent link "> ¶</ a > </ h1 >
4030
+ < p > Siv3D で非同期処理を実現する方法を学びます。</ p >
4030
4031
< h2 id ="761-非同期処理の概要 "> 76.1 非同期処理の概要< a class ="headerlink " href ="#761-非同期処理の概要 " title ="Permanent link "> ¶</ a > </ h2 >
4031
4032
< ul >
4032
4033
< li > Siv3D の < code > Main()</ code > 関数はシングルスレッドで実行されるため、メインループ内で計算に時間のかかる関数を呼んだ場合、関数の結果が返るまで処理がそこでストップし、画面の更新が停止したり、フレームレートが低下したりします</ li >
Original file line number Diff line number Diff line change 3973
3973
3974
3974
3975
3975
< h1 id ="77-数式パーサー "> 77. 数式パーサー< a class ="headerlink " href ="#77-数式パーサー " title ="Permanent link "> ¶</ a > </ h1 >
3976
+ < p > 文字列で表現された数式をパースし、計算結果を取得する方法を学びます。</ p >
3976
3977
< h2 id ="771-数式のパース "> 77.1 数式のパース< a class ="headerlink " href ="#771-数式のパース " title ="Permanent link "> ¶</ a > </ h2 >
3977
3978
< ul >
3978
3979
< li > 数式をパースし、計算結果を取得する次のような関数があります</ li >
You can’t perform that action at this time.
0 commit comments