Callback type invoked to handle control messages.
Synopsis
Declared in <balb_pipecontrolchannel.h>
typedef bsl::function<void(xref:BloombergLP/bslstl/StringRef.adoc[bslstl::StringRef const&)>] ControlCallback;
Description
This type of function is called to handle control messages received on the pipe. The message is one complete message read from the pipe, without the terminating newline character.
Created with MrDocs