Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-12-08 | Replace SetEvent synchronization with condition variables | David Oberhollenzer | |
It's cleaner, more stable and works pretty much the same way as the pthread version. The downside is that the minimum target for the library is now Windows Vista, or Server 2008. But both are over a decade old anyway, so this shouldn't be an issue. Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at> | |||
2019-12-08 | Add native Windows port of the multi-threaded data writer | David Oberhollenzer | |
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at> |