Template Function base::BarrierCallback(size_t, RepeatingCallback<void(CallbackArgumentsType)>)
Defined in File barrier_callback.h
Function Documentation
Warning
doxygenfunction: Unable to resolve function “base::BarrierCallback” with arguments (size_t, RepeatingCallback<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)