Re: [go-nuts] calling back and forth of C++ and go functions

2019-08-27 Thread sudarshan12s
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

[go-nuts] calling back and forth of C++ and go functions

2019-08-26 Thread sudarshan12s
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