Create a thread with the specified attributes and allocator.
Synopsis
Declared in <bslmt_threadutil.h>
static
int
createWithAllocator(
Handle* handle,
ThreadAttributes const& attributes,
ThreadFunction function,
void* userData,
bslma::Allocator* allocator);
Created with MrDocs