Per-thread defaultLoop and uWS::run()

This commit is contained in:
Alex Hultman
2018-09-15 04:50:07 +02:00
parent f82603fd73
commit 527089c621
6 changed files with 110 additions and 71 deletions
+2 -2
View File
@@ -14,7 +14,6 @@ SOURCES += \
HEADERS += \
src/new_design/HttpRouter.h \
src/Loop.h \
src/new_design/HttpParser.h \
src/websocket/libwshandshake.hpp \
src/websocket/WebSocketProtocol.h \
@@ -27,7 +26,8 @@ HEADERS += \
src/new_design/StaticDispatch.h \
src/new_design/LoopData.h \
src/new_design/AsyncSocket.h \
src/new_design/AsyncSocketData.h
src/new_design/AsyncSocketData.h \
src/new_design/Loop.h
INCLUDEPATH += uSockets/src src
QMAKE_CXXFLAGS += -fsanitize=address