Hi! When we pass a pointer to another thread on multi-core processors the receiving thread may have an old copy of the memory place in its cache (am I wrong?)
I read the uv_async_send implementations for win and linux but did not found memory barriers/fences. Is it safe to access the memory pointed by the pointer on the other thread on multi-core and/or multi-processor computers? -- You received this message because you are subscribed to the Google Groups "libuv" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/libuv. For more options, visit https://groups.google.com/d/optout.
