aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 39642d9..8f68fdf 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,5 @@
# matcha-threads
+![check-examples][badge_check_examples]
A simple and unsafe implementation of `cooperative-multitasking` in userspace
(see [`fibers`][fiber_wiki]).
@@ -80,3 +81,4 @@ make ARCH=arm64 demo1
This project is licensed under the [MIT](LICENSE) license.
[fiber_wiki]: https://en.wikipedia.org/wiki/Fiber_(computer_science)
+[badge_check_examples]: https://github.com/johannst/matcha-threads/workflows/check-examples/badge.svg