All Projects → async-oneshot → Similar Projects or Alternatives

602 Open source projects that are alternatives of or similar to async-oneshot

mux-stream
(De)multiplex asynchronous streams
Stars: ✭ 34 (-38.18%)
Mutual labels:  concurrency, async-await, futures
swoole-futures
⏳ Futures, Streams & Async/Await for PHP's Swoole asynchronous run-time.
Stars: ✭ 100 (+81.82%)
Mutual labels:  concurrency, async-await, futures
swift-futures
Demand-driven asynchronous programming in Swift
Stars: ✭ 32 (-41.82%)
Mutual labels:  concurrency, channels, futures
awesome-dotnet-async
A curated list of awesome articles and resources to learning and practicing about async, threading, and channels in .Net platform. 😉
Stars: ✭ 84 (+52.73%)
Mutual labels:  channels, async-await
Funfix
Functional Programming Library for JavaScript, TypeScript and Flow ✨⚡️
Stars: ✭ 596 (+983.64%)
Mutual labels:  concurrency, futures
Ea Async
EA Async implements async-await methods in the JVM.
Stars: ✭ 1,085 (+1872.73%)
Mutual labels:  concurrency, async-await
soabase-stages
A tiny library that makes staged/pipelined CompletableFutures much easier to create and manage
Stars: ✭ 23 (-58.18%)
Mutual labels:  concurrency, futures
awaitchannel
Go-style concurrency and channels with Python 3.5 and asyncio
Stars: ✭ 21 (-61.82%)
Mutual labels:  concurrency, async-await
Async-Channel
Python async multi-task communication library. Used by OctoBot project.
Stars: ✭ 13 (-76.36%)
Mutual labels:  concurrency, channels
futureproof
Bulletproof concurrent.futures
Stars: ✭ 36 (-34.55%)
Mutual labels:  concurrency, futures
P Map
Map over promises concurrently
Stars: ✭ 639 (+1061.82%)
Mutual labels:  concurrency, async-await
Go Concurrency
This repos has lots of Go concurrency, goroutine and channel usage and best practice examples
Stars: ✭ 84 (+52.73%)
Mutual labels:  concurrency, channels
Smol
A small and fast async runtime for Rust
Stars: ✭ 2,206 (+3910.91%)
Mutual labels:  concurrency, futures
async-enumerable-dotnet
Experimental operators for C# 8 IAsyncEnumerables
Stars: ✭ 32 (-41.82%)
Mutual labels:  concurrency, async-await
python3-concurrency
Python3爬虫系列的理论验证,首先研究I/O模型,分别用Python实现了blocking I/O、nonblocking I/O、I/O multiplexing各模型下的TCP服务端和客户端。然后,研究同步I/O操作(依序下载、多进程并发、多线程并发)和异步I/O(asyncio)之间的效率差别
Stars: ✭ 49 (-10.91%)
Mutual labels:  concurrency, futures
Promise Fun
Promise packages, patterns, chat, and tutorials
Stars: ✭ 3,779 (+6770.91%)
Mutual labels:  concurrency, async-await
Python3 Concurrency Pics 02
爬取 www.mzitu.com 全站图片,截至目前共5162个图集,16.5万多张美女图片,使用 asyncio 和 aiohttp 实现的异步版本只需要不到2小时就能爬取完成。按日期创建图集目录,保存更合理。控制台只显示下载的进度条,详细信息保存在日志文件中。支持异常处理,不会终止爬虫程序。失败的请求,下次再执行爬虫程序时会自动下载
Stars: ✭ 275 (+400%)
Mutual labels:  concurrency, futures
Swiftcoroutine
Swift coroutines for iOS, macOS and Linux.
Stars: ✭ 690 (+1154.55%)
Mutual labels:  async-await, futures
await-lock
Mutex locks for async functions
Stars: ✭ 66 (+20%)
Mutual labels:  concurrency, async-await
Concurrencpp
Modern concurrency for C++. Tasks, executors, timers and C++20 coroutines to rule them all
Stars: ✭ 340 (+518.18%)
Mutual labels:  concurrency, async-await
Thread Pool
Thread pool implementation using c++11 threads
Stars: ✭ 417 (+658.18%)
Mutual labels:  concurrency, futures
Brightfutures
Write great asynchronous code in Swift using futures and promises
Stars: ✭ 1,890 (+3336.36%)
Mutual labels:  concurrency, futures
Asyncio
asyncio historical repository
Stars: ✭ 952 (+1630.91%)
Mutual labels:  concurrency, async-await
lifeline-rs
A dependency injection library for message-based applications
Stars: ✭ 32 (-41.82%)
Mutual labels:  channels, async-await
conquerant
lightweight async/await for Clojure
Stars: ✭ 31 (-43.64%)
Mutual labels:  concurrency, async-await
java-red
Effective Concurrency Modules for Java
Stars: ✭ 25 (-54.55%)
Mutual labels:  concurrency, futures
pygolang
Go-like features for Python and Cython. (mirror of https://lab.nexedi.com/kirr/pygolang)
Stars: ✭ 37 (-32.73%)
Mutual labels:  concurrency, channels
Shift
Light-weight EventKit wrapper.
Stars: ✭ 31 (-43.64%)
Mutual labels:  concurrency, async-await
parse-function
(!! moved to tunnckoCore/opensource multi-package repository !!) 🔱 Parse a function into an object using espree, acorn or babylon parsers. Extensible through Smart Plugins.
Stars: ✭ 37 (-32.73%)
Mutual labels:  async-await
context-propagation
Propagate snapshots of ThreadLocal values to another thread
Stars: ✭ 15 (-72.73%)
Mutual labels:  concurrency
ETAC
A one-page, Visual Canvas for Emerging Technology Evaluation, in the style of “the Business model Canvas".
Stars: ✭ 85 (+54.55%)
Mutual labels:  futures
trader
交易模块
Stars: ✭ 20 (-63.64%)
Mutual labels:  futures
chicken-gochan
Go-like Channels for Chicken Scheme
Stars: ✭ 18 (-67.27%)
Mutual labels:  concurrency
Corium
Corium is a modern scripting language which combines simple, safe and efficient programming.
Stars: ✭ 18 (-67.27%)
Mutual labels:  concurrency
go-stm
Software Transactional Memory for Go
Stars: ✭ 15 (-72.73%)
Mutual labels:  concurrency
drone-cortexm
ARM® Cortex®-M platform crate for Drone, an Embedded Operating System.
Stars: ✭ 31 (-43.64%)
Mutual labels:  concurrency
psched
Priority-based Task Scheduling for Modern C++
Stars: ✭ 59 (+7.27%)
Mutual labels:  concurrency
parallel-dfs-dag
A parallel implementation of DFS for Directed Acyclic Graphs (https://research.nvidia.com/publication/parallel-depth-first-search-directed-acyclic-graphs)
Stars: ✭ 29 (-47.27%)
Mutual labels:  futures
concurrency-kit
🚄 Concurrency abstractions framework for Apple Platforms [Task, Atomic, Lock, Operation, etc.].
Stars: ✭ 17 (-69.09%)
Mutual labels:  concurrency
edd
Erlang Declarative Debugger
Stars: ✭ 20 (-63.64%)
Mutual labels:  concurrency
retainer
Minimal async cache in Rust with support for key expirations
Stars: ✭ 23 (-58.18%)
Mutual labels:  futures
channel
Go-like channels for JavaScript
Stars: ✭ 49 (-10.91%)
Mutual labels:  concurrency
Sworm
CoreData based Swift ORM
Stars: ✭ 70 (+27.27%)
Mutual labels:  concurrency
obws
The obws (obvious) remote control library for OBS
Stars: ✭ 27 (-50.91%)
Mutual labels:  async-await
async-postgres
A runtime-independent asynchronus PostgreSQL client
Stars: ✭ 28 (-49.09%)
Mutual labels:  async-await
kbio
Another Async IO Framework based on io_uring
Stars: ✭ 54 (-1.82%)
Mutual labels:  async-await
hano-graphql
GraphQL, Hapi and Node Project For Scaleable Apps.
Stars: ✭ 13 (-76.36%)
Mutual labels:  async-await
queueable
Convert streams to async ⌛ iterables ➰
Stars: ✭ 43 (-21.82%)
Mutual labels:  concurrency
arraync
Async Array methods polyfills
Stars: ✭ 16 (-70.91%)
Mutual labels:  async-await
threadpool
Golang simple thread pool implementation
Stars: ✭ 68 (+23.64%)
Mutual labels:  channels
express-mongoose-es8-rest-api
A Boilerplate for developing Rest api's in Node.js using express with support for ES6,ES7,ES8 ,Mongoose,JWT for authentication,Standardjs for linting
Stars: ✭ 20 (-63.64%)
Mutual labels:  async-await
trimeter
(not ready yet) A simple but powerful job scheduler for Trio programs
Stars: ✭ 48 (-12.73%)
Mutual labels:  async-await
trading sim
📈📆 Backtest trading strategies concurrently using historical chart data from various financial exchanges.
Stars: ✭ 21 (-61.82%)
Mutual labels:  concurrency
AsyncLocationKit
📍async/await CoreLocation
Stars: ✭ 18 (-67.27%)
Mutual labels:  async-await
aitch
aitch is a simple, lightweight toolkit for building HTTP servers in Rust, loosely based on Go's net/http.
Stars: ✭ 19 (-65.45%)
Mutual labels:  futures
piker
#nontina, #paperhands,, #pwnzebotz, #tradezbyguille
Stars: ✭ 63 (+14.55%)
Mutual labels:  concurrency
debounce-async
A debounce function that delays invoking asynchronous functions.
Stars: ✭ 21 (-61.82%)
Mutual labels:  async-await
modern-javascript
👨‍🏫 Mike's Modern JavaScript course
Stars: ✭ 14 (-74.55%)
Mutual labels:  async-await
gpool
gpool - a generic context-aware resizable goroutines pool to bound concurrency based on semaphore.
Stars: ✭ 84 (+52.73%)
Mutual labels:  concurrency
multilayer-perceptron
Library to make and train a concurrent multilayer perceptron
Stars: ✭ 46 (-16.36%)
Mutual labels:  concurrency
1-60 of 602 similar projects