omni::thread_options::timeout_on_eop

SYNOPSIS top

If timeout_on_eop is >0 and kill_on_eop has been set for thread, when an external operation is being applied the thread will attempt to abort and join for the specified timeout beforing killing the thread

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

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.