In the same process, start two gin server。each instance of a Gin server can have its own thread pool or shared thread pool?
Comment From: OmarFaruk-0x01
You can do this via goroutines and wait groups.
In the same process, start two gin server。each instance of a Gin server can have its own thread pool or shared thread pool?
Comment From: OmarFaruk-0x01
You can do this via goroutines and wait groups.