Closed lrodriguez14 closed 2 years ago
Hello,
Is there a way to start the http server with a non-blocking call? When the .start() function is called the code stops there, but I need to call more functions on the same thread after the server is up for my implementation.
.start()
Any help? @ben-crowhurst
Regards, -Leonardo R.
Please review the documentation and examples with regard to the Service::ready_handler.
Hello,
Is there a way to start the http server with a non-blocking call? When the
.start()
function is called the code stops there, but I need to call more functions on the same thread after the server is up for my implementation.Any help? @ben-crowhurst
Regards, -Leonardo R.