#
asynchronous-programming
Here are
438 public repositories
matching this topic...
Write great asynchronous code in Swift using futures and promises
Updated
Dec 22, 2020
Swift
An RPC framework for Rust with a focus on ease of use.
Updated
Jan 25, 2021
Rust
A library of C++ coroutine abstractions for the coroutines TS
Advanced Operations in Swift
Updated
Jan 11, 2021
Swift
Decentralized deep learning in PyTorch. Built to train models on thousands of volunteers across the world.
Updated
Mar 2, 2021
Python
FP iterators that are both eager and asynchronous
Updated
Feb 1, 2021
JavaScript
A framework for rapid development of reliable asynchronous software.
Distributed software platform for building stateful, massively real-time streaming applications.
Updated
Feb 22, 2021
Java
Modern concurrency for C++. Tasks, executors, timers and C++20 coroutines to rule them all
A promise library for Clojure(Script)
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
Updated
Feb 23, 2021
Java
Asynchronous operations (promises) for Unity3d.
Declarative concurrency in Scala - The implementation of the chemical machine
Updated
Aug 9, 2020
Scala
Most.js based middleware for Redux. Handle async actions with monadic streams & reactive programming.
Updated
Nov 1, 2019
JavaScript
Chronos - An efficient library for asynchronous programming
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
Asynchronous PHP Telegram Bot Framework built on top of ReactPHP
纯C语言高性能异步多任务多事件驱动的协程库| Pure C language high-performance asynchronous multi-task multi-event driven coroutine library.
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.
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
Custom Apex queue to process arbitrary work on existing SObject in a guaranteed order.
Updated
Jun 22, 2019
Apex
🚀 Tiny goodies for Continuation-Passing-Style functions, fully tested
Updated
Mar 1, 2021
JavaScript
Asynchronous Event-driven server programming for EMB Delphi, powered by libuv.
Updated
Oct 17, 2019
Pascal
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.
Curate this topic
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."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
How is security preparation for both of maintainers and drogon users ?
Here are something I hope in drogon's roadmap : some security advice with drogon specific code in the documentation , default security tightening in starter projects (example, authentication and authorization in default state of starter projects) and security enhancement in default state of drogon .
In PHP world