http: introduce async mode for the WSHandler
Only in such mode multithreading is allowed. In async mode one can meaningfully use send completion callback. Default mode is synchronous (as before), which allows to use handler only from main thread
Showing
- net/http/inc/THttpWSHandler.h 14 additions, 5 deletionsnet/http/inc/THttpWSHandler.h
- net/http/src/TCivetweb.cxx 1 addition, 7 deletionsnet/http/src/TCivetweb.cxx
- net/http/src/THttpWSEngine.h 6 additions, 2 deletionsnet/http/src/THttpWSEngine.h
- net/http/src/THttpWSHandler.cxx 78 additions, 51 deletionsnet/http/src/THttpWSHandler.cxx
Loading
Please register or sign in to comment