asynchronous-tasks topic

List asynchronous-tasks repositories

aiorun

422
Stars
26
Forks
Watchers

A "run" function for asyncio-based apps that does all the boilerplate.

uwsgi_tasks

94
Stars
15
Forks
Watchers

Asynchronous tasks management with UWSGI server

nq

92
Stars
4
Forks
Watchers

Cancellable, Efficient and Reliable Distributed Task Queue in Go

Composer

19
Stars
0
Forks
Watchers

Library for composability of interdependent non-blocking I/O tasks

taskgroup

49
Stars
13
Forks
Watchers

Group together synchronous and asynchronous tasks and execute them with support for concurrency, naming, and nesting.

wakaq

573
Stars
15
Forks
Watchers

Background task queue for Python backed by Redis, a super minimal Celery

cppq

91
Stars
5
Forks
Watchers

Simple, reliable & efficient distributed task queue for C++17

entroq

22
Stars
4
Forks
Watchers

Competing-consumer fault-tolerant task queues. Written in Go.

async

28
Stars
7
Forks
Watchers

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.

python-task-queue

35
Stars
9
Forks
Watchers

Asynchronous serverless task queue with timed leasing of tasks. Threaded implementations for SQS and local filesystem.