diff options
author | johannst <johannes.stoelp@gmail.com> | 2020-10-05 23:42:46 +0200 |
---|---|---|
committer | johannst <johannes.stoelp@gmail.com> | 2020-10-05 23:42:46 +0200 |
commit | 8d2529404437262c5bf0521063221906aeecfb22 (patch) | |
tree | 2667eac6f8b83981ee7856f874871db533487b65 | |
parent | 83205b89b085bb07fc6bda9576765a05797bd416 (diff) | |
download | matcha-threads-8d2529404437262c5bf0521063221906aeecfb22.tar.gz matcha-threads-8d2529404437262c5bf0521063221906aeecfb22.zip |
added badge for check-examples workflow
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |