Reqrep_Task_Pools
Task pool library
An Ada 2012 package for simplifying task-based concurrency in applications.
This is an Ada 2012 package that provides a task pool system for jobs which each take the form of a single request that receives a single response.
1 stars
1 watching
0 forks
Language: Ada
last commit: over 9 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| A library that provides a concurrency limiting goroutine pool for efficient task execution and management. | 519 |
| A Python task queue built on top of Redis and gevent to manage distributed worker tasks with simple code and visibility into job performance. | 881 |
| A library that provides a thread pool implementation to efficiently manage concurrent tasks in JavaScript applications. | 2,108 |
| An Ada 2012 project implementing reference counting approaches to resource management with an emphasis on safety and usability. | 8 |
| Library that adds scheduling capabilities to Redis-based queuing library | 1,456 |
| A library that provides a simple process pooling mechanism to manage concurrent task execution in Elixir applications. | 28 |
| A simple, header-only thread pool library for managing tasks and worker threads. | 33 |
| A package to parse command line arguments and options in Ada 2012 | 12 |
| A library providing a simple and expressive way to write parallel programs with complex task dependencies. | 8 |
| A background task queue for Python applications backed by Redis and Celery. | 576 |
| A C++ implementation of a thread pool for concurrent task execution | 1,156 |
| A task management utility that allows specifying tasks using plain Crystal code | 96 |
| An asynchronous and distributed task queue based on Python asyncio framework | 438 |
| Enables parallelization of machine learning tasks on a distributed Spark cluster using the joblib library. | 243 |
| A high-performance queuing system for managing tasks with closure and various priority levels | 22 |