#
asynchronous-programming
Here are 450 public repositories matching this topic...
Open
4
Open
5
pshirshov
commented
Feb 23, 2021
I have a small piece of zlayer code. The layers are defined as vals, like so:
private final val kafkaLayer: Layer[Error, Kafka] = Config.live >>> Kafka.live
private final val transactorLayer: Layer[Error, DbTransactor] = (Blocking.live ++ ConfigDb.live) >>> db.hikariLayer
private final val queryConfigLayer: Layer[Write great asynchronous code in Swift using futures and promises
-
Updated
Dec 22, 2020 - Swift
A library of C++ coroutine abstractions for the coroutines TS
windows
linux
cplusplus
cpp
async
coroutines
clang
asyncio
asynchronous-programming
async-await
msvc
coroutines-ts
-
Updated
Feb 28, 2021 - C++
An RPC framework for Rust with a focus on ease of use.
-
Updated
Apr 2, 2021 - Rust
Advanced Operations in Swift
-
Updated
Jan 11, 2021 - Swift
mryab
commented
Feb 28, 2021
It would be really useful if we had a simple Dockerfile containing the build instructions for the library. Then, we could create an image which would be easy to distribute and run for the volunteer participants without setting up the environment themselves.
FP iterators that are both eager and asynchronous
-
Updated
Feb 1, 2021 - JavaScript
A framework for rapid development of reliable asynchronous software.
-
Updated
Nov 4, 2020 - C#
Modern concurrency for C++. Tasks, executors, timers and C++20 coroutines to rule them all
cpp
scheduler
coroutines
concurrency
tasks
multithreading
concurrent-programming
asynchronous-programming
threading
await
async-await
task-scheduler
thread-safety
timers
executor-service
coroutine
threadpool
cpp20
executors
-
Updated
Mar 27, 2021 - C++
Distributed software platform for building stateful, massively real-time streaming applications.
distributed-systems
real-time
serverless
websockets
actor-model
serverless-framework
asynchronous-programming
streaming-api
microservices-architecture
stateful
streaming-data
non-blocking-io
decentralized-applications
web-agent
mesh-js
ux-js
-
Updated
Mar 31, 2021 - Java
A promise library for Clojure(Script)
promises
clojure
clojurescript
promise-library
async-programming
asynchronous-programming
async-await
-
Updated
Dec 10, 2020 - Clojure
A pythonic, asynchronous, inotify interface
-
Updated
Feb 27, 2021 - Python
Implementation of blocking (IO-Bound) cancellable java.util.concurrent.CompletionStage and related extensions to java.util.concurrent.ExecutorService-s
java
promises
async
executor
asynchronous
promise
concurrency
promise-library
async-programming
completionstage
completablefuture
concurrent-programming
java8
asynchronous-programming
concurrent
java-library
java9
executorservice
promise-interface
java11
-
Updated
Feb 23, 2021 - Java
Asynchronous operations (promises) for Unity3d.
c-sharp
task
csharp
unity
async
dotnet
nuget
promise
coroutines
game-development
unity3d
async-programming
asynchronous-programming
future
yield
async-await
unity-engine
coroutine
unityfx
async-operation
-
Updated
Feb 18, 2020 - C#
Declarative concurrency in Scala - The implementation of the chemical machine
csp
scala
functional-programming
jvm
dsl
actor-model
concurrency
declarative
multithreading
parallelism
async-channels
concurrent-programming
asynchronous-programming
chemical-machine
join-calculus
multicore
-
Updated
Aug 9, 2020 - Scala
Chronos - An efficient library for asynchronous programming
-
Updated
Apr 9, 2021 - Nim
Most.js based middleware for Redux. Handle async actions with monadic streams & reactive programming.
redux
middleware
reactive
redux-observable
functional
rxjs
sagas
redux-saga
functional-programming
async
epics
observable
reactive-programming
streams
redux-thunk
asynchronous-programming
mostjs
monadic-streams
most
the-saga-pattern
-
Updated
Nov 1, 2019 - JavaScript
Flutter State Management [ setState ❖ StreamBuilder ❖ scoped_model ❖ redux ]
-
Updated
Sep 30, 2020 - Dart
a non-blocking I/O tcp network lib based on c++14/17
-
Updated
Apr 10, 2021 - C++
Asynchronous PHP Telegram Bot Framework built on top of ReactPHP
-
Updated
Mar 13, 2021 - PHP
纯C语言高性能异步多任务多事件驱动的协程库| Pure C language high-performance asynchronous multi-task multi-event driven coroutine library.
-
Updated
Jun 24, 2020 - C
Crypto arbitrage bot
asynchronous-programming
microservices-architecture
python27
arbitrage-bot
cryptotradingbot
cryptotrading
-
Updated
Sep 17, 2019 - Python
Light-weight header-only library for parallel function calls and continuations in C++ based on Eric Niebler's talk at CppCon 2019.
cpp
parallel-computing
concurrent-programming
asynchronous-programming
thread-pool
cpp17
taskparallelism
multicore-programming
stop-token
parallel-computation
-
Updated
Dec 29, 2020 - C++
Async / Await asynchronous programming model for Java similar to the functionality available in C# 5. The implementation is based on continuations for Java (see my other projects).
-
Updated
Oct 13, 2020 - Java
Python framework for asynchronous, concurrent, distributed, network programming with coroutines
-
Updated
Mar 1, 2018 - Python
stream
functional-programming
asynchronous
composition
continuation
callback
reducer
monad
functor
control-flow
asynchronous-tasks
asynchronous-programming
continuation-passing-style
applicative
curried-functions
variadic
continuation-passing
continuation-tasks
point-free
callback-manager
-
Updated
Apr 7, 2021 - JavaScript
Asynchronous Event-driven server programming for EMB Delphi, powered by libuv.
-
Updated
Oct 17, 2019 - Pascal
Custom Apex queue to process arbitrary work on existing SObject in a guaranteed order.
-
Updated
Jun 22, 2019 - Apex
A simple Android project using asynchronous programming with Kotlin Coroutines.
-
Updated
Jun 26, 2019 - Kotlin
Improve this page
Add a description, image, and links to the asynchronous-programming topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the asynchronous-programming topic, visit your repo's landing page and select "manage topics."
For the database layer, I am currently weighing up ODB, Oat++, SOCI, cppdb, and sqlpp11 [if sqlpp adds support for
CREATE TABLE]. You here at drogon seem to have your own [ORM](https://en.wikipedia.