Skip to content

Commit

Permalink
GLOBAL_DEFINED_WORDS: 同期・戻り値・例外などのより一般的な語も追加
Browse files Browse the repository at this point in the history
  • Loading branch information
akinomyoga committed Nov 7, 2024
1 parent 57f4a90 commit 2400ca7
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions GLOBAL_DEFINED_WORDS.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,5 +130,17 @@
"多重定義解決": {
"yomi": "たじゅうていぎかいけつ",
"redirect": "オーバーロードかいけつ"
},
"同期": {
"yomi": "どうき",
"desc": "マルチスレッド実行時にリソースの所有権に基づいて実行順序を制御する仕組み"
},
"戻り値": {
"yomi": "もどりち",
"desc": "関数呼び出し式の評価結果となるオブジェクト・値"
},
"例外": {
"yomi": "れいがい",
"desc": "問題が発生したときに、現在実行位置を過去に通過・記録した位置に戻し、文脈情報を添えて紐づけられた処理(例外ハンドラー)を呼び出す仕組み。またはその事態"
}
}

0 comments on commit 2400ca7

Please sign in to comment.