Add information to get thread id
(cherry picked from commit aa08023115
)
This commit is contained in:
parent
14e1c83350
commit
dea530d5ca
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue