diff --git a/src/pvxs/client.h b/src/pvxs/client.h index d7a9473..a9f6898 100644 --- a/src/pvxs/client.h +++ b/src/pvxs/client.h @@ -375,6 +375,23 @@ public: RequestBuilder request(); /** Request prompt search of any disconnected channels. + * + * This method is recommended for use when executing a batch of operations. + * + * @code + * Context ctxt = ...; + * std::vector pvnames = ...; + * std::vector ops(pvnames.size()); + * + * // Initiate all operations + * for(size_t i=0; i