libkipr  1.0.0
thread Struct Reference

A thread, or separate process. More...

#include <thread.h>

Public Attributes

void * data
 a C++ Thread object cast to a void*. Not intended to be accessed. More...
 

Detailed Description

A thread, or separate process.

a thread runs a function "in the background" (while another function is executing).

See also
thread_create

Member Data Documentation

◆ data

void* thread::data

a C++ Thread object cast to a void*. Not intended to be accessed.


The documentation for this struct was generated from the following file: