Skip to content

Victor-Savu/generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

generator

Generators (semi-coroutines) in Rust

Generators are like quesadillas -> they are very good!

However, this is not (yet) the best possible implementation of generators. Since my assembly skills are very limited, I went for the heavyweight approach and combined context switching from the coroutine library with Rust's std::sync::mpsc channels.

This is very much a work-in-progress, so please join in on the fun!


If you are reading this and you could teach me assembly, please drop a comment.

About

Generators (semi-coroutines) in Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages