blob: cf865d0a3b4728f8fa4bffd5bc0dc34e7d30d40a (
plain) (
tree)
|
|
# matcha-threads
A simple and unsafe implementation of cooperative-multitasking in userspace
(see [fibers][fiber_wiki]).
`matcha-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)
|