feat(mq): add mq_runtime_defer, default disable

This commit is contained in:
yangwei
2024-10-18 14:04:19 +08:00
parent 65ae531ee3
commit 722ae7483b
5 changed files with 41 additions and 17 deletions

View File

@@ -270,6 +270,5 @@ void stellar_polling_dispatch(struct stellar_module_manager *mod_mgr)
if(mod_mgr==NULL)return;
stellar_module_manager_polling_active(mod_mgr);
mq_runtime_dispatch(local_mq_rt);
mq_runtime_clean(local_mq_rt);
return;
}