9 Jun
2014
9 Jun
'14
8:06 p.m.
On Mon, Jun 9, 2014 at 12:48 PM, Aaron Boxer
Simple question: If I call get_address() on a region, can I pass this pointer to another thread and have this thread access the memory ?
Thanks!
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
As long as you keep the region alive as long as the other thread needs it and/or transfer ownership to the other thread.