QttpServer
QttpServer copied to clipboard
Async responses
Hello! I see that the examples handle the request synchronously (in onGet for instance). What about async responses? Can I somehow send the response once some processing is completed without keeping that thread busy? Thanks.