DiffEq - Modern C++ ODE Integration Library 1.0.0
High-performance C++ library for solving ODEs with async signal processing
|
Lock-free noise data queue for high-performance scenarios. More...
#include <sde_multithreading.hpp>
Public Member Functions | |
bool | push (const NoiseData< T > &data) |
bool | pop (NoiseData< T > &data) |
size_t | size () const |
bool | empty () const |
Lock-free noise data queue for high-performance scenarios.
Definition at line 143 of file sde_multithreading.hpp.
|
inline |
Definition at line 183 of file sde_multithreading.hpp.
|
inline |
Definition at line 167 of file sde_multithreading.hpp.
|
inline |
Definition at line 154 of file sde_multithreading.hpp.
|
inline |
Definition at line 182 of file sde_multithreading.hpp.