|
ascii-chat 0.6.0
Real-time terminal-based video chat with ASCII art conversion
|
🧵 Thread utilities and helpers More...
Go to the source code of this file.
Functions | |
| asciichat_error_t | thread_create_or_fail (asciichat_thread_t *thread, void *(*func)(void *), void *arg, const char *thread_name, uint32_t client_id) |
| Create a thread with standardized error handling and logging. | |