Flow
Async operation builder
Enables atomic operations with synchronous or asynchronous execution and reusable code blocks
Operation Oriented Programming in Swift
216 stars
9 watching
6 forks
Language: Swift
last commit: almost 8 years ago
Linked from 1 awesome list
asyncoperationsswift
Related projects:
Repository | Description | Stars |
---|---|---|
roytornado/flow-ios | A design pattern and utility library for writing clean and readable asynchronous code in Swift. | 21 |
artificial-engineering/lycheejs | A hypothetical language and framework for building concurrent and asynchronous applications with a focus on performance and reliability | 1 |
async-plus/async-plus | Provides a simple, chainable interface for async and throwing code in Swift | 195 |
asyncninja/asyncninja | Provides primitives and tools for concurrency and reactive programming in Swift | 156 |
aaronjan/hunch | Provides functions for managing asynchronous workflows with context-based execution control | 103 |
tomlokhorst/promissum | A Swift library providing a set of combinators and utilities for working with asynchronous operations in an functional programming style. | 68 |
yannickl/awaitkit | A Swift library that simplifies asynchronous programming using the Async/Await syntax | 750 |
studiosol/async | A safe way to execute functions asynchronously while recovering from panics and facilitating error cause discovery. | 138 |
jmfieldman/brisk | A Swift DSL that helps manage concurrency in asynchronous code by providing shorthand operators and extensions to DispatchQueue. | 25 |
cjrh/aiorun | An asyncio-based application starter with built-in event loop and run function | 436 |
zhangchiqing/bluebird-promisell | A functional programming library for promises that helps write flat async code with composable functions | 44 |
boraseoksoon/throttler | Provides utility functions for throttling, debouncing, and delaying operations to manage asynchronous execution | 139 |
awestlake87/pyo3-asyncio | A Rust library that enables interactions between Python Coroutines and Rust Futures using the Asyncio Library | 311 |
futurekit/futurekit | A Swift-based Future/Promises Library for asynchronous programming on iOS and OS X | 754 |
johnsundell/swiftplate | Automates cross-platform Swift framework project generation | 1,775 |