
Public Member Functions | |
void | action () override |
Method that contains the thread's program code. More... | |
![]() |
Additional Inherited Members | |
![]() | |
![]() | |
![]() | |
![]() |
|
overridevirtual |
Method that contains the thread's program code.
Derived classes are meant to override this method to provide meaningful code to be run in this thread.
Implements Thread.