Thanks Tamas , I see earlier discussion too on this
https://groups.google.com/forum/#!topic/golang-nuts/8Tdb-aCeYFY.
As I understand, the GO library should lock the current go routine to 
thread, if it involves C functions with TLS data and unlock after 
completing such C functions . 


Regards,



On Tuesday, April 21, 2020 at 11:12:50 PM UTC+5:30, Tamás Gulácsi wrote:
>
> Lock C-calling goroutines to their threads with runtime LockOSThread and 
> communicate with them through channels.

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/c9b61cc5-8e5c-4dff-bc32-e3de4d833460%40googlegroups.com.

Reply via email to