rusty-fiber/README.md

4 lines
154 B
Markdown
Raw Normal View History

2024-09-19 19:05:26 -04:00
# Rusty Fibers
Fiber is a lightweight thread of execution that uses _cooperative multitasking_. This is the basis we can build our future async runtime.