summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/language_server/gdscript_language_protocol.cpp
diff options
context:
space:
mode:
authorIsaac Clerencia <isaac.clerencia@gmail.com>2023-03-05 18:17:31 -0500
committerIsaac Clerencia <isaac.clerencia@gmail.com>2023-03-06 09:01:25 -0500
commit2a4f38d54fbe8f6a35f5704fa9268e7f2d60b222 (patch)
treef077aa2c18a4e35b4fd599b7e297f2f254c88983 /modules/gdscript/language_server/gdscript_language_protocol.cpp
parent2267646bf4c29acf1342951d8726626817c742bd (diff)
downloadredot-engine-2a4f38d54fbe8f6a35f5704fa9268e7f2d60b222.tar.gz
Clarify Thread documentation
The current documentation uses the term "running" for two different things. In the description of get_id() it claims "it will return empty string if the thread is not running", but it actually will return the thread id until wait_to_finish is called. In the description of is_alive() it claims "it will return true if the thread is running", but in this case it means "the provided function hasn't finished running yet". Updated the functions documentation slighly to make this clear.
Diffstat (limited to 'modules/gdscript/language_server/gdscript_language_protocol.cpp')
0 files changed, 0 insertions, 0 deletions