omni::thread_handle
NAME

omni::thread_handle

A function of omni

SYNOPSIS top

Gets the current system thread handle

#include <omni/sync/this_thread.hpp>
inline omni::thread_handle_t omni::thread_handle()

DESCRIPTION top

No description found.

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

RETURN VALUES top

A thread_handle_t of the system thread handle

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.