bdaehlie / green_threads

Toy Green Threads for C.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Green thread library

This repository contains code described in the green threads tutorial I wrote.

Organization

This tutorial is structured in different parts, each part describing actual code is related to a branch in this repository. Branches named codeN contain the code for the corresponding "Code N" part of the tutorial.

Bugs

If you find any bug or any wart in the code, I will be glad to have a pull request or an issue from you.

Legal matter

Everything I wrote here is in the public domain.

Happy hacking!

About

Toy Green Threads for C.