feat: change lnm loop multithreading api

This commit is contained in:
Jef Roosens 2024-02-01 15:37:35 +01:00
parent ccb9b77cc8
commit 9c01548256
Signed by: Jef Roosens
GPG key ID: B75D4F293C7052DB
5 changed files with 52 additions and 36 deletions

View file

@ -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));
}