WvStreams
|
Represents a single thread of control. More...
#include <wvtask.h>
Public Member Functions | |
void | start (WvStringParm _name, TaskFunc *_func, void *_userdata) |
bool | isrunning () const |
void | recycle () |
int | get_tid () const |
WvString | get_name () const |
void | start (WvStringParm _name, TaskFunc *_func, void *_userdata) |
bool | isrunning () const |
void | recycle () |
int | get_tid () const |
WvString | get_name () const |
Friends | |
class | WvTaskMan |