https://github.com/aosync/gthr
C green threads library
https://github.com/aosync/gthr
Last synced: 4 months ago
JSON representation
C green threads library
- Host: GitHub
- URL: https://github.com/aosync/gthr
- Owner: aosync
- License: unlicense
- Created: 2021-01-26T16:30:26.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-08-08T16:08:42.000Z (almost 2 years ago)
- Last Synced: 2025-04-03T09:41:35.724Z (over 1 year ago)
- Language: C
- Size: 47.9 KB
- Stars: 10
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gthr
C greenthread library.
gthr implements cooperatively scheduled coroutines in order to easily achieve monothreaded concurrency.