summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODOS7
1 files changed, 6 insertions, 1 deletions
diff --git a/TODOS b/TODOS
index 147ca1e..42c3787 100644
--- a/TODOS
+++ b/TODOS
@@ -1,6 +1,11 @@
- library loader
- make install installs the testlib, split in two
- check if we can get variable symbols on Windows
- - add error handling on Windows
- find solution for char *, TCHAR unicode and friends
+- threading
+ - handle detached and joinable threads correctly on Windows
+ - rewise interface, make it possible to pass thread data
+ - add conditional variables (thread + mutex + conditional
+ will suffice for now)
+
\ No newline at end of file