An open API service indexing awesome lists of open source software.

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)

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