A zig implementation of green threads.
Supports x86-64.
Eco's minimum tested zig version is v0.15.2.
- Make this library work well standard library components and asynchronous features.
- https://cfsamson.gitbook.io/green-threads-explained-in-200-lines-of-rust/simple-but-unsafe-green-thread-implementation
- https://c9x.me/articles/gthreads/intro.html
- http://www.scs.stanford.edu/17sp-cs240/labs/lab1/
- ziglang/zig#174
- https://github.com/ziglang/zig/pull/1198/commits
- https://ziglang.org/documentation/master/#Assembly