restbed icon indicating copy to clipboard operation
restbed copied to clipboard

Is there a way to start the server with a non-blocking call and continue working on the same thread?

Open lrodriguez14 opened this issue 2 years ago • 0 comments

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.

lrodriguez14 avatar Aug 08 '22 14:08 lrodriguez14