29 template<
typename Handler,
class ConfigType>
31 :
BaseT(config, handler)
35 template<
typename Handler,
class ConfigType>
38 BaseT::operator()(input);
41 template<
typename Handler,
class ConfigType>
44 this->operator()(input.shared_from_this());
Some limits and constants for FLDO.
Top level sync + async mixed interface for Sift module.
Sift(Config const &config, Handler &)
Construct a new Sift instance.