https://github.com/pchalamet/fibertask
User land scheduler for task based workload (aka cooperative scheduling)
https://github.com/pchalamet/fibertask
cpp scheduler userland
Last synced: 10 months ago
JSON representation
User land scheduler for task based workload (aka cooperative scheduling)
- Host: GitHub
- URL: https://github.com/pchalamet/fibertask
- Owner: pchalamet
- Created: 2015-06-17T21:37:05.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-06-18T06:58:58.000Z (over 10 years ago)
- Last Synced: 2025-01-21T02:41:37.258Z (12 months ago)
- Topics: cpp, scheduler, userland
- Language: C++
- Homepage:
- Size: 137 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
FiberTask is a user land scheduler based on fibers (cooperative scheduling). Useful to implement true coroutines in native process :-)
It is designed to handle hundreds of cooperatives tasks without threads overhead.
FiberTask is a C++ library with C-bindings.
(c) 2008-2015 Pierre Chalamet