executors
Async executor library
A C++14 library providing executors and related functionality for asynchronous operations
C++ library for executors
495 stars
58 watching
74 forks
Language: C++
last commit: over 8 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| A library that enables efficient concurrent execution of asynchronous tasks using both async and multiprocessing capabilities. | 1,787 |
| An experimental App Container Executor in C++ that provides a sandboxed execution environment for applications. | 26 |
| A library providing asynchronous I/O capabilities for Common Lisp programming. | 276 |
| A toolkit to execute functions concurrently while specifying timeouts and efficient memory usage | 16 |
| A library to simplify Android background and UI task execution | 221 |
| Provides a framework for asynchronously executing tasks in Android using workers and manager classes. | 87 |
| A utility library that simplifies asynchronous programming in C++ by providing pre-built patterns and lambdas to avoid callbacks and manage complex operations. | 101 |
| An implementation of a task pool that allows executing asynchronous tasks in a purely synchronous manner | 10 |
| A smart queue for parallel task execution with features like threadpool-like behavior and non-blocking processing. | 40 |
| Enables custom Sitecore rules to be executed on every page visited by site users | 1 |
| An extension for JupyterLab that allows users to execute scripts from the file browser | 15 |
| A library that simplifies asynchronous programming by providing coroutines and promises with functional programming features. | 274 |
| Async extensions for working with the Optional library in C# to chain asynchronous functions without awaiting | 5 |
| Provides an asynchronous programming extension for the Parenscript language | 3 |
| A modern C++ library providing an async socket I/O implementation with SSL support | 50 |