Add disclaimer

This commit is contained in:
2025-07-22 12:19:20 +02:00
parent 5c1cca6a2f
commit 25f52444dd
2 changed files with 7 additions and 2 deletions
+6 -1
View File
@@ -19,7 +19,12 @@ typedef pthread_mutex_t Mutex;
typedef pthread_cond_t Condvar;
#endif
// NOTE: This example doesn't work yet!
// !!! WARNING !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! //
// //
// This example is just a proof of concept for now as the library //
// still isn't thread-safe. //
// //
// !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! //
// This example shows how to delegate the response creation
// process to other threads.