t-mat / lz4mt

Platform independent, multi-threading implementation of lz4 stream in C++11
Other
199 stars 47 forks source link

Add mutex/condvar to error/quit state control. #2

Closed t-mat closed 11 years ago

t-mat commented 11 years ago

There is no memory access control for these states.

t-mat commented 11 years ago