Thread :: Destructor

01 Stops and destroys the Thread.
02

[C++] ~Thread();

03 [C++] The destructor uses SemysThreadDestroy() to destroy the contained thread object.
04 Reference: net::semys
Implementation: Semys Architecture
See Also: Arch Threading Sub-System, Thread SemysThreadDestroy()

Goto: Main Page; This page is part of the Semys software documentation. See About: Documentation for details.