Hi! Thanks for your answer!

Am Sonntag, 13. November 2016 21:42:20 UTC+1 schrieb Justin Israel:
>
>
>
> I had been down a similar path where I was trying to port a go library to 
> C++ via building a c-shared library and then delegating to it from a thin 
> C++ API. 
>
Turned out I hit problems with it in practice, in related to static thread 
> local storage model,
>
 
The host app I have in mind is single threaded so far and will likely stay 
that way for years to come.
Will that still be a problem in your opinion?

as well as signal handling conflicts in the host app.
>

I studied golang.org/pkg/os/signal and a fairly confident, that my 
coworkers and I can get
that working in our case.

Yours sincerely,

Eric Wolf 

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to