FiberTaskingLib 
 Task scheduler
 An asynchronous task scheduler for parallelizing computations with arbitrary dependencies using fibers.
A library for enabling task-based multi-threading. It allows execution of task graphs with arbitrary dependencies.
939 stars
 50 watching
 80 forks
 
Language: C++ 
last commit: over 1 year ago 
Linked from   4 awesome lists  
  coroutinescppfibersmultithreadingtask-scheduler 
 Related projects:
| Repository | Description | Stars | 
|---|---|---|
|    |  A task scheduler that manages the execution of tasks across multiple threads or fibers. | 1,889 | 
|    |  A tasking library that enables ultra-fine grained parallelism and efficient scheduling of tasks without the use of locks or manual threading | 620 | 
|    |  A modern C++ scheduling library that allows tasks to run in thread pools with flexible timing and cron-like functionality. | 274 | 
|    |  A task scheduling system built with C++14 primitives to manage concurrent tasks and queues. | 41 | 
|    |  A C++ library that simplifies the management of parallel tasks on Arduino boards. | 957 | 
|    |  A library for running tasks on schedules with strongly typed jobs and asynchronous execution. | 182 | 
|    |  A high-performance, lock-free task scheduler for managing hierarchical tasks with dependencies. | 111 | 
|    |  A single header C++11 task scheduler for managing concurrent tasks. | 190 | 
|    |  An execution system for tasks with dependencies. | 694 | 
|    |  A Swift library that allows developers to schedule and execute tasks in a synchronous manner. | 682 | 
|    |  A time-based task scheduling library for Python on microcontrollers with hardware timers | 35 | 
|    |  A lightweight task scheduler and rate limiter that supports clustering and is designed to add minimal complexity to applications. | 1,838 | 
|    |  A Nim library that enables scheduling of periodic tasks with optional async support and throttling control. | 64 | 
|    |  A library providing a simple and expressive way to write parallel programs with complex task dependencies. | 8 | 
|    |  A runtime designed to efficiently manage concurrent tasks and resources in a high-performance manner. | 454 |