J
Jan Engelhardt
Hi,
as in threads::shared(3pm) I read that one must use
&share([]);
to make a new array available to all threads. How well does this
work with deeper arrays, i.e. does creating a new array using []
within an already-shared array make that one also shared?
Jan Engelhardt
--
as in threads::shared(3pm) I read that one must use
&share([]);
to make a new array available to all threads. How well does this
work with deeper arrays, i.e. does creating a new array using []
within an already-shared array make that one also shared?
Jan Engelhardt
--