(Internal ClanLib Class) More...
#include <runnable.h>
Public Member Functions | |
Operations | |
virtual void | run () |
![]() | |
Runnable () | |
virtual | ~Runnable () |
Construction | |
typedef void(C::* | PtrMemberFunc) (P1 p1, P2 p2) |
RunnableMember_v2 (C *instance, PtrMemberFunc func, P1 p1, P2 p2) | |
Additional Inherited Members | |
![]() | |
static void | set_thread_name (const char *name) |
Sets the name (displayed in debuggers) of the calling thread. More... | |
(Internal ClanLib Class)