#coroutine (20 Repositories)
Ranked open-source repositories tagged with #coroutine, scored by pull request acceptance likelihood and maintainer engagement velocity.
13.1%
10.3h
20 repositories tagged #coroutine
ZjzMisaka/PowerThreadPool
A comprehensive and efficient low-contention thread pool for easily managing both sync and async workloads. It provides granular work control, flexible concurrency, and robust error handling.
hyperf/hyperf
🚀 A coroutine framework that focuses on hyperspeed and flexibility. Building microservice or middleware with ease.
sniper00/moon
A lightweight game server framework implemented with Actor Model
Tradias/asio-grpc
Asynchronous gRPC with Asio/unified executors
whatisaphone/genawaiter
Stackless generators on stable Rust.
sharow/libconcurrent
:copyright: Concurrent Programming Library (Coroutine) for C11
idisfkj/AwesomeGithub
🔥Android Github客户端,基于组件化开发,支持账户密码与认证登陆。使用Kotlin语言进行开发,项目架构是基于JetPack&DataBinding的MVVM;项目中使用了Arouter、Retrofit、Coroutine、Glide、Dagger与Hilt等流行开源技术。
Yurunsoft/YurunOAuthLogin
PHP 第三方登录授权 SDK,集成了QQ、微信、微博、Github等常用接口。支持 php-fpm 和 Swoole,所有框架通用。QQ群:17916227
huang-yi/shadowfax
Run Laravel on Swoole.
hypervel/hypervel
The application skeleton for the Hypervel framework.
hyperf/hyperf-skeleton
🛠 A skeleton of Hyperf framework that provided by official team
sylar-yin/sylar
C++高性能分布式服务器框架,webserver,websocket server,自定义tcp_server(包含日志模块,配置模块,线程模块,协程模块,协程调度模块,io协程调度模块,hook模块,socket模块,bytearray序列化,http模块,TcpServer模块,Websocket模块,Https模块等, Smtp邮件模块, MySQL, SQLite3, ORM,Redis,Zookeeper)
edubart/minicoro
Single header stackful cross-platform coroutine library in pure C.
fengyoulin/ef
Event Framework, implemented the coroutine scheduling based on IO events. Support poll, epoll, event port and kqueue.
easy-swoole/easyswoole
swoole,easyswoole,swoole framework
Water-Melon/Melang
A script language of time-sharing scheduling coroutine in single thread
fibjs/fibjs
JavaScript on Fiber (built on Chrome's V8 JavaScript engine)
simple-swoole/simps
🚀 A simple, lightweight and high-performance PHP coroutine framework.
konrad-kaminski/spring-kotlin-coroutine
Kotlin coroutine support for Spring.
Hexilee/async-io-demo
demo for rust asynchronous io: from mio to stackless coroutine