# gthreads **Repository Path**: mirrors_amdegroot/gthreads ## Basic Information - **Project Name**: gthreads - **Description**: Toy Green Threads for C. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-05-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Green thread library This repository contains code described in the green threads [tutorial](https://github.com/mpu/gthreads-art) 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!