#
asynchronous-programming
Here are 581 public repositories matching this topic...
Open
4
Open
6
domdorn
commented
Sep 13, 2021
allow to limit/annotate tests in a similar way we have for js, native, etc. when run using graalvm native-image
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
Oct 12, 2021 - C++
An RPC framework for Rust with a focus on ease of use.
-
Updated
Jan 13, 2022 - Rust
Write great asynchronous code in Swift using futures and promises
-
Updated
Aug 10, 2021 - Swift
borzunov
commented
Sep 21, 2021
Simple mistakes trigger unclear error messages in the ALBERT example, that is:
- Absence of the unpacked data for trainer (currently triggers
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://huggingface.co/api/models/data/tokenizer
) - Running all peers in
--client_mode
(currently triggersAllReduce failed: could not find a group
)
It would be great to
Advanced Operations in Swift
-
Updated
Jul 21, 2021 - Swift
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 6, 2022 - C++
FP iterators that are both eager and asynchronous
-
Updated
Jan 31, 2022 - JavaScript
Full stack application platform for building stateful microservices, streaming APIs, and real-time UIs
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
Feb 9, 2022 - Java
A framework for rapid development of reliable asynchronous software.
-
Updated
Nov 4, 2020 - C#
A promise library for Clojure(Script)
promises
clojure
clojurescript
promise-library
async-programming
asynchronous-programming
async-await
-
Updated
Feb 24, 2022 - Clojure
a non-blocking I/O tcp network lib based on c++14/17
-
Updated
Mar 7, 2022 - C++
Chronos - An efficient library for asynchronous programming
-
Updated
Mar 4, 2022 - Nim
A pythonic, asynchronous, inotify interface
-
Updated
Jan 5, 2022 - 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
Jul 28, 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#
Asynchronous PHP Telegram Bot Framework built on top of ReactPHP
-
Updated
Feb 5, 2022 - PHP
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
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
Feb 27, 2022 - JavaScript
纯C语言高性能异步多任务多事件驱动的协程库| Pure C language high-performance asynchronous multi-task multi-event driven coroutine library.
-
Updated
Jun 24, 2020 - C
Flutter State Management [ setState ❖ StreamBuilder ❖ scoped_model ❖ redux ]
-
Updated
Sep 30, 2020 - Dart
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
Mar 1, 2022 - C++
Async / Await asynchronous programming model for Java version 1.8 though 17; similar to the functionality available in C# 5. The implementation is based on continuations for Java (see my other projects).
-
Updated
Feb 17, 2022 - Java
Process Multiple Asynchronous Tasks in Various Ways - One at a time / Batched / Rate limited / Concurrently
-
Updated
Jan 12, 2022 - C#
A collection of building blocks for concurrent programming
rust
hashmap
concurrent-programming
asynchronous-programming
concurrent
tree-structure
lock-free
concurrent-data-structure
epoch-based-reclamation
ebr
concurrent-hashmap
-
Updated
Mar 7, 2022 - Rust
A small and efficient web server with 1K lines of C code
-
Updated
May 20, 2021 - C
A ZIO native cache with a simple and compositional interface
scala
functional-programming
cache
concurrency
effects
concurrent-programming
asynchronous-programming
concurrent
concurrent-data-structure
zio
asynchronicity
asyncronous
-
Updated
Mar 1, 2022 - Scala
Throttler is a library helping you debounce and throttle without having to go to reactive (RxSwift, Combine)
macos
swift
ios
validation
async
input
uikit
function
swift-package-manager
foundation
throttle
asynchronous-programming
cocoa
combine
dispatchqueue
throttler
validation-library
throttle-requests
swiftui
dispatchworkitem
-
Updated
Feb 6, 2022 - Swift
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.