feat: change lnm loop multithreading api
This commit is contained in:
parent
ccb9b77cc8
commit
9c01548256
5 changed files with 52 additions and 36 deletions
|
|
@ -34,5 +34,5 @@ int main() {
|
|||
lnm_log_init_global();
|
||||
lnm_log_register_stdout(lnm_log_level_debug);
|
||||
|
||||
lnm_http_loop_run(hl, 8080, 1);
|
||||
printf("res = %i\n", lnm_http_loop_run(hl, 8080, 1, 1));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue