bdaehlie / gthreads-art

A green threads tutorial.

Home Page:http://c9x.me/gthreads/intro.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A green threads tutorial

This is the source of a short tutorial explaining how green threads work. It uses the C language and some assembly, the resulting implementation will work on x86-64 machines (both Linux and Mac OS X, normally). You can find its source code on my gthreads repository.

I developed a small ad-hoc environment to automate the generation of HTML code. It uses a slightly modified Markdown language so even if files here end in ".md", Github will not be able to render them all properly.

The tutorial is now published.

Legal matter

All the code I wrote here is in public domain.

About

A green threads tutorial.

http://c9x.me/gthreads/intro.html


Languages

Language:HTML 32.7%Language:CSS 30.8%Language:JavaScript 20.4%Language:Makefile 16.1%