feature: stellar dev API support stellar_new()/stellar_run()/stellar_free()/stellar_loopbreak()

This commit is contained in:
luwenpeng
2024-08-19 17:28:45 +08:00
parent 28f50b922b
commit 520eb085b8
7 changed files with 197 additions and 83 deletions

View File

@@ -57,7 +57,10 @@ global:
stellar_get_current_thread_index;
stellar_get_worker_thread_num;
stellar_send_build_packet;
stellar_new;
stellar_run;
stellar_free;
stellar_loopbreak;
local: *;
};