aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorjohannst <johannes.stoelp@gmail.com>2020-09-17 00:03:27 +0200
committerjohannst <johannes.stoelp@gmail.com>2020-09-17 00:03:27 +0200
commit4e784fc5668909789fa90b8448116b096130740f (patch)
tree578a8ded2bf1ab4bfa56132e11b64966659dfb0c /README.md
downloadmatcha-threads-4e784fc5668909789fa90b8448116b096130740f.tar.gz
matcha-threads-4e784fc5668909789fa90b8448116b096130740f.zip
added README, LIC and infra files
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..6c314ed
--- /dev/null
+++ b/README.md
@@ -0,0 +1,12 @@
+# match-threads
+
+A simple and unsafe implementation of cooperative-multitasking in userspace
+(see [fibers][fiber_wiki]).
+
+`match-threads` were born after being bored and feeling low-"levelish".
+
+## License
+This project is licensed under the [MIT](LICENSE) license.
+
+
+[fiber_wiki]: https://en.wikipedia.org/wiki/Fiber_(computer_science)