Thanks Ian for the inputs. I was trying to migrate our CPP application to
GO in a phased manner.
I thought of first plugging out the threadpool and replace it with GO's
implementation.
I understand the approach is not correct , instead plugging out partial
functionality from CPP application an
Hi,
I am planning to replace C++ threadpool class with goroutines. I see
several go implementations for threadpool.
few are
https://github.com/panjf2000/ants/
I am having issue, when i need to call back and forth . preferably, I need
to keep C++ function has main. C++ function calls SubmitTa