asynchronous-tasks
There are 181 repositories under asynchronous-tasks topic.
hibiken/asynq
Simple, reliable, and efficient distributed task queue in Go
resque/resque
Resque is a Redis-backed Ruby library for creating background jobs, placing them on multiple queues, and processing them later.
microsoft/cpprestsdk
The C++ REST SDK is a Microsoft project for cloud-based client-server communication in native code using a modern asynchronous C++ API design. This project aims to help C++ developers connect to and interact with services.
FabrizioBrancati/Queuer
Queuer is a queue manager, built on top of OperationQueue and Dispatch (aka GCD).
wakatime/wakaq
Background task queue for Python backed by Redis, a super minimal Celery
cjrh/aiorun
A "run" function for asyncio-based apps that does all the boilerplate.
bignerdranch/Deferred
Work with values that haven't been determined yet.
sonus21/rqueue
Rqueue – Task and Message Queue Built on Redis for Spring Boot & Spring Framework
acaloiaro/neoq
Queue-agnostic background job library for Go, with a pleasant API and powerful features.
charmplusplus/charm4py
Parallel Programming with Python and Charm++
itamarst/crochet
Crochet: use Twisted anywhere!
charmplusplus/charm
The Charm++ parallel programming system. Visit https://charmplusplus.org/ for more information.
shikokuchuo/mirai
mirai - Minimalist Async Evaluation Framework for R
grantila/q
A platform-independent promise library for C++, implementing asynchronous continuations.
sebas77/Svelto.Tasks
Svelto Tasks - C# promises compliant multi-threaded tasks runner
kdcllc/CronScheduler.AspNetCore
A powerful Cron Jobs Scheduler for ASP.NET Core and .NET Core (2.x-8.x). Simplify the management of self-hosted and ASP.NET Core-based scheduled tasks with a flexible and reliable solution. Designed for developers needing robust task scheduling in modern frameworks.
duckie/boson
A C++14 framework for asynchronous I/O, cooperative multitasking and green threads scheduling
h2337/cppq
Simple, reliable & efficient distributed task queues for C++17
quinoacomputing/quinoa
Adaptive computational fluid dynamics
Bahus/uwsgi_tasks
Asynchronous tasks management with UWSGI server
DumbMachine/nq
Cancellable, Efficient and Reliable Distributed Task Queue in Go
Shopify/promise-kotlin
Lightweight Promises pattern implementation written on Kotlin
sakejs/sake-core
Sake's core interface.
chris104957/django-carrot
A lightweight task queue for Django using RabbitMQ
dmitriz/cpsfy
🚀 Tiny goodies for Continuation-Passing-Style functions, fully tested
SagarSDagdu/SDDownloadManager
A simple, robust and elegant download manager supporting simultaneous downloads with closure syntax for progress and completion tracking. Written in Swift with ❤️
loveleshsharma/gohive
🐝 A Highly Performant and easy to use goroutine pool for Go
bevry/taskgroup
Group together synchronous and asynchronous tasks and execute them with support for concurrency, naming, and nesting.
alugowski/task-thread-pool
Fast and lightweight thread pool for C++11 and newer.
seung-lab/python-task-queue
Asynchronous serverless task queue with timed leasing of tasks. Threaded implementations for SQS and local filesystem.
flouthoc/buha.js
Browser based Strictly ordered Task Queue for Sync/Async Javascript Functions
d36u9/async
async is a tiny C++ header-only high-performance library for async calls handled by a thread-pool, which is built on top of an unbounded MPMC lock-free queue.
avivcarmis/java-red
Effective Concurrency Modules for Java
bashkirtsevich-llc/aioudp
Asyncio UDP server
cheap-glitch/why-is-node-still-running
🏃 Find out exactly why Node is still running.
shiblon/entroq
Competing-consumer fault-tolerant task queues. Written in Go.