/rw-synchronizer

A C++11 library for real-time multithreaded data exchange. Uses atomics on handles to push updates from one writer to one or more readers without copying, allocating, or waiting.

Primary LanguageC++MIT LicenseMIT

Stargazers