asynchronous-programming
Here are 403 public repositories matching this topic...
CE have released their own take on tracing, with following notable changes compared to original ZIO Tracing:
- Instead of parsing lambdas, CE throws exceptions in IO constructors and cleans up stacktraces. That also means there is no regional control of tracing and AFAIK no way to avoid slight overhead even when tracing is completely disabled – but OTOH it may probably work on Scala.js
- Trace
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
Dec 24, 2020 - Rust
A library of C++ coroutine abstractions for the coroutines TS
-
Updated
Dec 6, 2020 - C++
Advanced Operations in Swift
-
Updated
Nov 7, 2019 - Swift
Decentralized deep learning in PyTorch. Built to train models on thousands of volunteers across the world.
-
Updated
Dec 24, 2020 - Python
FP iterators that are both eager and asynchronous
-
Updated
Nov 23, 2020 - JavaScript
A framework for rapid development of reliable asynchronous software.
-
Updated
Nov 4, 2020 - C#
Distributed software platform for building stateful, massively real-time streaming applications.
-
Updated
Dec 12, 2020 - Java
A promise library for Clojure(Script)
-
Updated
Dec 10, 2020 - Clojure
A pythonic, asynchronous, inotify interface
-
Updated
Oct 29, 2020 - Python
Tasks, executors, timers and C++20 coroutines to rule them all
-
Updated
Dec 19, 2020 - C++
Asynchronous operations (promises) for Unity3d.
-
Updated
Feb 18, 2020 - C#
Implementation of blocking (IO-Bound) cancellable java.util.concurrent.CompletionStage and related extensions to java.util.concurrent.ExecutorService-s
-
Updated
Nov 1, 2020 - Java
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
Flutter State Management [ setState ❖ StreamBuilder ❖ scoped_model ❖ redux ]
-
Updated
Sep 30, 2020 - Dart
Chronos - An efficient library for asynchronous programming
-
Updated
Dec 24, 2020 - Nim
Asynchronous PHP Telegram Bot Framework built on top of ReactPHP
-
Updated
Dec 24, 2020 - PHP
a non-blocking I/O tcp network lib based on c++14/17
-
Updated
Dec 24, 2020 - C++
纯C语言高性能异步多任务多事件驱动的协程库| Pure C language high-performance asynchronous multi-task multi-event driven coroutine library.
-
Updated
Jun 24, 2020 - C
Crypto arbitrage bot
-
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.
-
Updated
Dec 21, 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
Custom Apex queue to process arbitrary work on existing SObject in a guaranteed order.
-
Updated
Jun 22, 2019 - Apex
Asynchronous Event-driven server programming for EMB Delphi, powered by libuv.
-
Updated
Oct 17, 2019 - Pascal
-
Updated
Dec 14, 2020 - JavaScript
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."


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