web UI rewrite, switch to ndjson.zst index format

This commit is contained in:
simon987
2021-09-05 09:49:07 -04:00
parent 391d8ed9d9
commit f4e1d90a6b
133 changed files with 34220 additions and 4988 deletions

View File

@@ -8,7 +8,7 @@ typedef struct tpool tpool_t;
typedef void (*thread_func_t)(void *arg);
tpool_t *tpool_create(int num, void (*cleanup_func)(), int free_arg);
tpool_t *tpool_create(int num, void (*cleanup_func)(), int free_arg, int print_progress);
void tpool_start(tpool_t *pool);
void tpool_destroy(tpool_t *pool);