nux-0.9.46

Nux/AbstractThread.h File Reference

Go to the source code of this file.

Data Structures

class  nux::AbstractThread

Namespaces

namespace  nux

Typedefs

typedef void(* nux::ThreadUserInitFunc )(NThread *, void *InitData)
typedef void(* nux::ThreadUserExitFunc )(NThread *, void *ExitData)
typedef void(* nux::ThreadMainFunc )(NThread *, void *MainData)