Closed Nicogene closed 3 years ago
It introduces the BufferInfo struct that holds the Buffer, the dimensions, and the mutex of the respective buffer. The push_back now lock the mutex of the buffer we are writing to it, keeping the others free.
BufferInfo
It fixes #9
cc @S-Dafarra
It introduces the
BufferInfo
struct that holds the Buffer, the dimensions, and the mutex of the respective buffer. The push_back now lock the mutex of the buffer we are writing to it, keeping the others free.It fixes #9
cc @S-Dafarra