promise-chain topic

List promise-chain repositories

queue-promise

90
Stars
10
Forks
Watchers

A simple, dependency-free library for concurrent promise-based queues. Comes with with concurrency and timeout control.

cpp-promise

21
Stars
2
Forks
Watchers

Javascript-like promises for C++ in a lightweight single header library

synchronous-promise

51
Stars
11
Forks
Watchers

A prototypical animal which looks like an A+ Promise but doesn't defer immediately, so can run synchronously, for testing