Thread :: Constructor

01 Creates a Thread object.
02

[C++] Thread(IRunnable &runnable);
[C#] Thread(IRunnable runnable);

03 Parameters:
  • runnable: Reference to an IRunnable implementation.
04 [C++] The constructor uses SemysThreadCreate() to create the signal object.
05 Reference: net::semys
Implementation: Semys Architecture
See Also: Arch Threading Sub-System, Thread, SemysThreadCreate()

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