taskpool
Task executor
An implementation of a task pool that allows executing asynchronous tasks in a purely synchronous manner
Modern C++ 任务池,将作为纯同步调用方式实现完全等价于 async/await 的效果
10 stars
2 watching
0 forks
Language: C++
last commit: over 3 years ago Related projects:
Repository | Description | Stars |
---|---|---|
alkenso/execq | A smart queue for parallel task execution with features like threadpool-like behavior and non-blocking processing. | 40 |
stocks29/graphex | A library for composing and executing task graphs in Elixir. | 12 |
hendrixstring/android-zorn | Provides a framework for asynchronously executing tasks in Android using workers and manager classes. | 87 |
jmartinesp/asyncjoblibrary | A library to simplify Android background and UI task execution | 221 |
chriskohlhoff/executors | A C++14 library providing executors and related functionality for asynchronous operations | 492 |
aymenfurter/microagents | A system of self-improving agents that can dynamically generate and edit code to perform tasks. | 742 |
omnilib/aiomultiprocess | A library that enables efficient concurrent execution of asynchronous tasks using both async and multiprocessing capabilities. | 1,776 |
whitfin/expool | A library that provides a simple process pooling mechanism to manage concurrent task execution in Elixir applications. | 28 |
skytix-dev/rexe | A tool to execute tasks within the Mesos framework by synchronously executing jobs and outputting their contents to STDOUT | 1 |
n00py/hwacha | A tool to execute payloads on Unix-like systems by exploiting common weaknesses in password authentication mechanisms. | 105 |
xxjwxc/gowp | A library that provides a concurrency limiting goroutine pool for efficient task execution and management. | 516 |
objectprofile/dmirror | A tool to parallelize workload execution across multiple copies of an image | 9 |
rspeele/taskbuilder.fs | A computation expression builder for F# that simplifies writing asynchronous code using Task. | 236 |
mugenmvvmtoolkit/mugenmvvmtoolkit.fody | Adds support for saving and restoring asynchronous task states on Windows Phone and Windows Runtime platforms | 4 |
openembedded/bitbake | A task execution engine that allows shell and Python tasks to be run efficiently in parallel with complex inter-task dependencies. | 434 |