summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMitya Selivanov <0x7fffff@guattari.ru>2022-08-18 06:50:13 +0400
committerMitya Selivanov <0x7fffff@guattari.ru>2022-08-18 06:50:13 +0400
commit5f80c8b54d011580383810597aa68565ddfb8f3c (patch)
tree3bf431e61e580a68de55840fa016dbfa0767d4e9 /README.md
parentac4face2d7d6d2b033874d3e6e24d2133c96132f (diff)
downloadkit-5f80c8b54d011580383810597aa68565ddfb8f3c.zip
[test] thread, mutex, condition variable
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