omni::sync::allocate_thread_const
NAME

omni::sync::allocate_thread_const

A static function of omni::sync

#include <omni/sync/thread_allocate.hpp>
template < class T, void (T::*fnptr)() const > static omni::sync::thread* omni::sync::allocate_thread_const(const T *const obj, std::size_t max_stack_sz)

SYNOPSIS

No synopsis.

top

DESCRIPTION

No description.

top