SYNOPSIS top
When the thread has completed by any means (completed, abort, kill, etc) and this flag is true, the current thread instance can be restarted without having to instantiate a new thread object (i.e. a thread object can call the start function when the thread has completed without a new object).
When the thread has completed by any means (completed, abort, kill, etc) and this flag is true, the current thread instance can be restarted without having to instantiate a new thread object (i.e. a thread object can call the start function when the thread has completed without a new object).
#include <omni/types/thread_t.hpp>
bool omni::thread_options::allow_reuse()