summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 10 insertions, 1 deletions
diff --git a/README.md b/README.md
index 83935bf..0e59887 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,16 @@
# kit
+
- Unit-testing
-- Async function
- Lower bound
- Dynamic array
- Input buffer
- Random number generation
+- Async function
+- Atomic
+- Condition variable
+- Mutual exclusion
+- Thread
+
+Condition variables, mutual exclusions and threads implementation was forked from [Mesa][mesa_link] source code.
+
+[mesa_link]: https://gitlab.freedesktop.org/mesa/mesa