omni::thread_options::stack_size

SYNOPSIS top

The threads stack size. If the thread is in running state, the new stack size will not take effect until the next run.

#include <omni/types/thread_t.hpp>
std::size_t omni::thread_options::stack_size()

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.