请求模块停止执行。
模块应停止其所有线程,并等待它们全部结束。
void mco_fh_mod_stop( /*IN*/ mco_fh_module_h h );
mco_fh_module_h
模块句柄。
没有返回值。
void mco_fh_mod_stop(mco_fh_module_h h) { reinterpret_cast<TestFeedHandler *>(h)->stop(); }