IRunnable :: Abort |
| 01 | Abort request to stop a running thread. |
| 02 |
[C++] virtual void Abort(Thread *pThread) { } |
| 03 |
Parameters:
|
| 04 |
[C++] The implementation of this method is optional. |
| 05 |
Reference: net::semys Implementation: Semys Architecture See Also: Threading Sub-System, IRunnable, Run(), SemysThreadAbort() |
Goto: Main Page; This page is part of the Semys software documentation. See About: Documentation for details. |