✨ feat(module manager): add thread_init and thread_exit API
This commit is contained in:
@@ -115,7 +115,7 @@ static void *worker_thread(void *arg)
|
||||
packet_io_yield(pkt_io, thread_id);
|
||||
}
|
||||
}
|
||||
|
||||
stellar_module_manager_unregister_thread(mod_mgr, thread_id);
|
||||
mq_runtime_free(mq_rt);
|
||||
|
||||
ATOMIC_SET(&thread->is_runing, 0);
|
||||
|
||||
Reference in New Issue
Block a user