SYNOPSIS
Defines the signature for a thread start delegate taking the default void* argument
top
Defines the signature for a thread start delegate taking the default void* argument
#include <omni/types/thread_t.hpp>
typedef omni::delegate1<void, omni::generic_ptr> omni::sync::parameterized_thread_start
top