mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
Core: Thread documentation fix
git-svn-id: svn://ultimatepp.org/upp/trunk@1819 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
539410821e
commit
519ff209b0
1 changed files with 3 additions and 1 deletions
|
|
@ -42,7 +42,9 @@ instance.&]
|
|||
[s3; &]
|
||||
[s4; &]
|
||||
[s5;:Thread`:`:IsOpen`(`)const: [@(0.0.255) bool]_[* IsOpen]()_[@(0.0.255) const]&]
|
||||
[s2;%% Thread represents a running thread.&]
|
||||
[s2;%% Thread represents an existing thread. Note that the thread
|
||||
can be already finished and not running anymore (calling to Wait
|
||||
in that case returns immediately).&]
|
||||
[s3; &]
|
||||
[s4; &]
|
||||
[s5;:Thread`:`:GetHandle`(`)const: HANDLE_[* GetHandle]()_[@(0.0.255) const
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue