blob: 6c314ed7f470ac5b853292d0518753cdc86c4074 (
plain) (
tree)
|
|
# 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)
|