I think I see the point.
However could you say somthing more about this:
// finished writing to data - move it to some 'safe for reading' area
MyDataStructure* dataPointerThatIsSafeForSharing = MoveToSharedReadingBuffer(data);
// finished writing to data - move it to some 'safe for reading' area
MyDataStructure* dataPointerThatIsSafeForSharing = MoveToSharedReadingBuffer(data);
To copy to clipboard, switch view to plain text mode
Im not sure about it. Could you give some simple example what should I do in MoveToSharedReadingBuffer(data)?
Bookmarks