The mxs::rworker_local<T> is a convenience type that provides fast read access with thread-safe updates. It is intended to be used with data that is read often but updated rarely e.g. configuration data for routers.
The mxs::rworker_local<T> is a convenience type that provides fast read access with thread-safe updates. It is intended to be used with data that is read often but updated rarely e.g. configuration data for routers.