diff Platforms/Generic/OracleWebService.h @ 295:b04b13810540 am-2

unified CMakeLists.txt into a single file for WASM/Native + bootstrap Command (to rework) + doc
author am@osimis.io
date Tue, 04 Sep 2018 15:09:42 +0200
parents 87376a645ee1
children 3897f9f28cfa
line wrap: on
line diff
--- a/Platforms/Generic/OracleWebService.h	Thu Aug 30 17:17:11 2018 +0200
+++ b/Platforms/Generic/OracleWebService.h	Tue Sep 04 15:09:42 2018 +0200
@@ -30,6 +30,8 @@
 namespace OrthancStone
 {
   // The OracleWebService performs HTTP requests in a native environment.
+  // It uses a thread pool to handle multiple HTTP requests in a same time.
+  // It works asynchronously to mimick the behaviour of the WebService running in a WASM environment.
   class OracleWebService : public IWebService
   {
   private: