swift-async-queue
Async task queue
A library that provides an ordered queue for executing asynchronous tasks from non-isolated contexts in Swift Concurrency.
A library of queues that enable sending ordered tasks to asynchronous contexts
177 stars
3 watching
11 forks
Language: Swift
last commit: 3 months ago Related projects:
Repository | Description | Stars |
---|---|---|
| A high-performance queuing system for managing tasks with closure and various priority levels | 22 |
| An asynchronous and distributed task queue based on Python asyncio framework | 438 |
| A data structure implementation for managing elements of varying priorities in Swift | 372 |
| A functional programming framework for Swift that simplifies async and promise handling. | 45 |
| Provides a framework for handling asynchronous tasks with progress tracking, pause/resume, and retry capabilities in Swift | 1,934 |
| A framework for working with asynchronous tasks in Swift using futures and promises. | 108 |
| Provides a simple, chainable interface for async and throwing code in Swift | 195 |
| A library that enables asynchronous task execution without external tools in zsh shells. | 770 |
| A queue manager that provides a centralized way to manage asynchronous and synchronous tasks. | 1,109 |
| A Swift library that simplifies asynchronous programming using the Async/Await syntax | 750 |
| A Swift library providing a set of combinators and utilities for working with asynchronous operations in an functional programming style. | 68 |
| A command-line task runner implemented using RxSwift | 15 |
| A lightweight implementation of Promises in Swift for more readable and standardized asynchronous code handling | 266 |
| A library that provides an easy-to-use API for managing concurrent tasks and propagating errors | 370 |
| An ultra-lightweight asynchronous HTTP server library written in Swift | 604 |