async-plus

Async interface

Provides a simple, chainable interface for async and throwing code in Swift

⛓ A chainable interface for Swift's async/await.

GitHub

195 stars
1 watching
7 forks
Language: Swift
last commit: almost 2 years ago
Linked from 1 awesome list

asyncasync-awaitawaitchainableconcurrencyflatmapfuturefuturespromisepromisesswiftswift5

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
freshos/then A toolset for writing concise and maintainable asynchronous code in Swift using promises 995
asyncninja/asyncninja Provides primitives and tools for concurrency and reactive programming in Swift 156
malcommac/hydra A lightweight library for writing better async code in Swift 1,973
yannickl/awaitkit A Swift library that simplifies asynchronous programming using the Async/Await syntax 750
futurekit/futurekit A Swift-based Future/Promises Library for asynchronous programming on iOS and OS X 754
vadymmarkov/when A lightweight implementation of Promises in Swift for more readable and standardized asynchronous code handling 266
yaitoo/async An asynchronous task package for Go with support for async/await pattern and context cancellation. 6
clojure/core.async Provides facilities for asynchronous programming and communication in Clojure 1,956
asyncswift/asynclocationkit A wrapper around Apple's location services framework, using async/await and concurrency to simplify its use in Swift applications. 188
wiruzx/purefutures A simple library providing asynchronous programming capabilities using promises and futures. 17
peterfriese/swiftui-concurrency-essentials A set of articles and videos teaching Swift Concurrency in SwiftUI 113
tomlokhorst/promissum A Swift library providing a set of combinators and utilities for working with asynchronous operations in an functional programming style. 68
flipcoder/kit A C++ library providing utilities and abstractions for asynchronous programming, coroutines, reactive systems, and other related concepts. 23
couchdeveloper/futurelib A Swift 2 library implementing asynchronous programming concepts inspired by Scala and Promises/A+ 40
ulrikdamm/forbind A functional programming framework for Swift that simplifies async and promise handling. 45