Open a named pipe and start a thread with the given attributes.
Declared in <balb_pipecontrolchannel.h>
template<class STRING_TYPE>
int
start(
STRING_TYPE const& pipeName,
bslmt::ThreadAttributes const& attributes);
Equivalent to start(pipeName, attributes) for a STRING_TYPE pipe name.
0 on success, and a non-zero value otherwise
| Name | Description |
|---|---|
| pipeName | name of the named pipe to open |
| attributes | attributes of the background processing thread |