restbed
restbed copied to clipboard
Is there a way to start the server with a non-blocking call and continue working on the same thread?
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.