Add information to get thread id
This commit is contained in:
parent
1ff139cb28
commit
aa08023115
|
@ -15,7 +15,7 @@
|
||||||
<return type="String">
|
<return type="String">
|
||||||
</return>
|
</return>
|
||||||
<description>
|
<description>
|
||||||
Returns the current [Thread]'s ID, uniquely identifying it among all threads.
|
Returns the current [Thread]'s ID, uniquely identifying it among all threads. If the [Thread] is not running this returns an empty string.
|
||||||
</description>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="is_active" qualifiers="const">
|
<method name="is_active" qualifiers="const">
|
||||||
|
|
Loading…
Reference in New Issue