Arch Sub-System: Threading - IRunnable

01 This is the interface for a component that is run in its own thread.
02

[C++] class IRunnable
[C#] interface IRunnable

03

Public Methods

TypeNameDescription
voidRun() Main function for the thread
voidAbort() Abort request to end the thread
04 The methods of this interface represent the callback equivalents from Semys Lib.
05 Reference: net::semys
Implementation: Semys Architecture
See Also: Threading Sub-System

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