NAME
A static function of omni::sync
omni::sync::join_thread
A static function of omni::sync
#include <omni/types/thread_t.hpp>
inline bool omni::sync::join_thread(omni::sync::thread_handle_t handle)
SYNOPSIS
Blocks the calling thread until the thread passed in has finished executing (by normal means or cancellation).
top
Blocks the calling thread until the thread passed in has finished executing (by normal means or cancellation).
top