omni::thread_id
NAME

omni::thread_id

A function of omni

SYNOPSIS top

Gets the system ID for the current thread

#include <omni/sync/this_thread.hpp>
inline omni::thread_t omni::thread_id()

DESCRIPTION top

No description found.

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

RETURN VALUES top

A thread_t thread ID type of the current TID

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.