SYNOPSIS
Defines the signature for a thread start delegate taking no arguments
top
Defines the signature for a thread start delegate taking no arguments
#include <omni/types/thread_t.hpp>
typedef omni::delegate<void> omni::sync::thread_start
top