asynchronous-programming topic

List asynchronous-programming repositories

scalable-concurrent-containers

320
Stars
16
Forks
Watchers

High performance containers and utilities for concurrent and asynchronous programming

Throttler

125
Stars
18
Forks
Watchers

One Line to throttle, debounce and delay: Say Goodbye to Reactive Programming such as RxSwift and Combine.

zio-cache

84
Stars
35
Forks
Watchers

A ZIO native cache with a simple and compositional interface

sehttpd

84
Stars
74
Forks
Watchers

A small and efficient web server with 1K lines of C code

cpsfy

69
Stars
1
Forks
Watchers

🚀 Tiny goodies for Continuation-Passing-Style functions, fully tested

sobject-work-queue

55
Stars
16
Forks
Watchers

Custom Apex queue to process arbitrary work on existing SObject in a guaranteed order.

tascalate-async-await

101
Stars
12
Forks
Watchers

Async / Await asynchronous programming model for Java versions 1.8 - 23; similar to the functionality available in C# 5. The implementation is based on continuations for Java (see my other projects).

Lazy

110
Stars
3
Forks
Watchers

Light-weight header-only library for parallel function calls and continuations in C++ based on Eric Niebler's talk at CppCon 2019.

pasts

110
Stars
9
Forks
Watchers

Minimal and simpler alternative to the futures crate.