Multi processing -> multi threading

This commit is contained in:
2022-12-18 22:18:11 +01:00
parent 44913c1e0e
commit 45514f90ca
13 changed files with 464 additions and 515 deletions

View File

@ -33,7 +33,7 @@ void logger_set_name(const char *restrict name);
void logger_set_prefix(const char *restrict prefix);
void logger_thread(void);
int logger_init(void);
void logger_stop(void);