Template Function base::BarrierCallback(size_t, OnceCallback<void(CallbackArgumentsType)>)

Function Documentation

Warning

doxygenfunction: Unable to resolve function “base::BarrierCallback” with arguments (size_t, OnceCallback<void(CallbackArgumentsType)>) in doxygen xml output for project “libbase” from directory: build/xml. Potential matches:

- template<typename ElementType, typename CallbackArgumentsType> RepeatingCallback<void(ElementType)> BarrierCallback(size_t required_run_count, OnceCallback<void(CallbackArgumentsType)> callback)
- template<typename ElementType, typename CallbackArgumentsType> RepeatingCallback<void(ElementType)> BarrierCallback(size_t required_run_count, RepeatingCallback<void(CallbackArgumentsType)> callback)