pub unsafe extern "C" fn aeron_flow_control_strategy_supplier_by_name(
name: *const c_char,
) -> aeron_flow_control_strategy_supplier_func_t
Expand description
Return a flow control strategy supplier function pointer associated with the given name. This only will find strategies built into the driver and will not try to dynamically load nor find any in the current executable.
@param name of the strategy @return function pointer to supplier associated with the name