omni::sync::thread::join
NAME

omni::sync::thread::join

A member function of omni::sync::thread

#include <omni/sync/thread.hpp>
bool omni::sync::thread::join()


OVERLOADS

bool omni::sync::thread::join(uint32_t timeout)
bool omni::sync::thread::join(const omni::chrono::unsigned_span_t& span)

SYNOPSIS

No synopsis.

top

DESCRIPTION

No description.

top