0.0.1
Compare changes
Files
4+ 4
− 1
@@ -2,7 +2,7 @@
This single-file library provides an interface for sending commands to a DAQ2SoC server application (e.g. nginx server loading a module with user server-side code), in either syncronous or asyncrounous manner. There are two classes exposed to user: `Sender` and `AsyncHandler`. `Sender` allows you to create a connection to the SoC server side and to send commands to it, including some payload. Commands can be send in syncronous manner, blocking until the result is received from the server (which may take time, depending on the processing there) or in asyncronous way, returning immediately an instance of `AsyncHandler` (featuring `C++-11 future<>`) which can be stored and used at any moment to check if the result is retreived and to get it.
@@ -22,3 +22,6 @@ make -j2 all