PureFutures
Async library
A simple library providing asynchronous programming capabilities using promises and futures.
Futures and Promises library
17 stars
7 watching
2 forks
Language: Swift
last commit: over 6 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
async-plus/async-plus | Provides a simple, chainable interface for async and throwing code in Swift | 195 |
malcommac/hydra | A lightweight library for writing better async code in Swift | 1,972 |
davidask/futures | A framework for simplifying asynchronous programming using lightweight promises and futures | 58 |
yannickl/awaitkit | A Swift library that simplifies asynchronous programming using the Async/Await syntax | 750 |
tomlokhorst/promissum | A Swift library providing a set of combinators and utilities for working with asynchronous operations in an functional programming style. | 68 |
futurekit/futurekit | A Swift-based Future/Promises Library for asynchronous programming on iOS and OS X | 754 |
zhangchiqing/bluebird-promisell | A functional programming library for promises that helps write flat async code with composable functions | 44 |
awestlake87/pyo3-asyncio | A Rust library that enables interactions between Python Coroutines and Rust Futures using the Asyncio Library | 311 |
couchdeveloper/futurelib | A Swift 2 library implementing asynchronous programming concepts inspired by Scala and Promises/A+ | 40 |
rxswiftcommunity/rxalamofire | A Swift framework that simplifies HTTP networking using RxSwift and Alamofire | 1,626 |
rxswiftcommunity/rxasdatasources | A Rx-based data source library for AsyncDisplayKit and Texture | 119 |
asyncninja/asyncninja | Provides primitives and tools for concurrency and reactive programming in Swift | 156 |
fsprojects/fsharp.control.asyncseq | A collection of asynchronous programming utilities for F# | 163 |
arun11299/coro-async | A C++ library providing a coroutine-based approach to networking | 37 |
monix/monix | A high-performance library for composing asynchronous programs using functional programming principles | 1,929 |