4 lines
154 B
Markdown
4 lines
154 B
Markdown
|
# Rusty Fibers
|
||
|
|
||
|
Fiber is a lightweight thread of execution that uses _cooperative multitasking_. This is the basis we can build our future async runtime.
|