Skip to content
Extraits de code Groupes Projets

Resolve "Thread pool"

2 files
+ 1
84
Comparer les modifications
  • Côte à côte
  • En ligne

Fichiers

+ 1
1
@@ -57,7 +57,7 @@ main(int argc, char *argv[])
normal_launch:
LOG_INFO("Lektor launched by user %s (shell: %s, home: %s)", pw->pw_name, pw->pw_shell, pw->pw_dir);
// mthread_init();
mthread_init();
return lkt_listen();
}
Chargement en cours