omni::thread_options::auto_join

SYNOPSIS top

If this flag is true when the thread object is being destroyed and is in a running state, the thread will be joined on destruction.

#include <omni/types/thread_t.hpp>
bool omni::thread_options::auto_join()

DESCRIPTION top

No description found.

EXAMPLE top
Currently no examples.
Visit the examples page for more.

RETURN VALUES top

No return value.

ERRORS top

No errors specific to this context.

CONSIDERATIONS top

No extra considerations.

PLATFORM SPECIFIC top

Nothing platform specific to account for.

NOTES top

No additional notes.