Promissum

Async combinator library

A Swift library providing a set of combinators and utilities for working with asynchronous operations in an functional programming style.

A promises library written in Swift featuring combinators like map, flatMap, whenAll, whenAny.

GitHub

68 stars
6 watching
16 forks
Language: Swift
last commit: almost 3 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
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
zhangchiqing/bluebird-promisell A functional programming library for promises that helps write flat async code with composable functions 44
davedufresne/swiftparsec A Swift library for creating parsers from simple components using combinator logic 227
async-plus/async-plus Provides a simple, chainable interface for async and throwing code in Swift 195
haskell/attoparsec A fast Haskell parser combinator library for efficient text and binary data parsing 513
a-synchronous/rubico Enables simple and composable asynchronous functional programming in JavaScript 275
malcommac/hydra A lightweight library for writing better async code in Swift 1,972
inhabitedtype/angstrom A high-performance parser-combinator library for OCaml, designed for efficient and expressive parsing of various data formats. 649
com-lihaoyi/fastparse A Scala-based library for writing fast parsers using parser combinators. 1,094
dtinth/it.js A library of chainable functional combinators for working with objects in JavaScript. 60
orthecreedence/cl-async A library providing asynchronous I/O capabilities for Common Lisp programming. 273
vadymmarkov/when A lightweight implementation of Promises in Swift for more readable and standardized asynchronous code handling 266
aviate-labs/parser-combinators.mo A library implementing monadic parser combinators for parsing structured data in the Motoko programming language. 4
wiruzx/purefutures A simple library providing asynchronous programming capabilities using promises and futures. 17