Yuandong-Chen / coroutineLinks
A coroutine library written in and for C. Different kinds of Interfaces available: Posix thread style(old version), Lua coroutine style(CPS) based on CloudWu tiny coroutines library(ezco.v.0.0.1.*), Erlang process style(Actor Model, on future version, not finished yet).
☆37Updated 6 years ago
Alternatives and similar repositories for coroutine
Users that are interested in coroutine are comparing it to the libraries listed below
Sorting:
- ☆70Updated 8 years ago
- RPC(Remote Procedure Call) on top of nark-serialization☆50Updated 7 months ago
- A header-only C++ wrapper of libevent2☆29Updated 10 years ago
- A simple fast MPMC obstruction-free linearizable concurrent queue for C (based on linux[futex]/gcc/x86_64)☆39Updated 4 years ago
- concurrency library for C++☆74Updated 11 years ago
- NebulaBootstrap provides service for developers to quickly build a distributed systems (including configuration management, service disco…☆20Updated 3 years ago
- C++ network framework,currently we support http, https, websocket☆13Updated 5 years ago
- a tiny coroutine lib using for c++☆24Updated 11 years ago
- a tiny nosql database supporting pluggable storage engine.☆40Updated 7 years ago
- SPServer is a high concurrency server framework library written on C++☆33Updated 10 years ago
- tcpdaemon是一个TCP通讯服务端平台/库,它封装了众多常见服务端进程/线程管理和TCP连接管理模型(Forking、Leader-Follow、IO-Multiplex、WindowsThreads Leader-Follow),使用者只需加入TCP通讯数据收发和应…☆24Updated 7 years ago
- Proactor design pattern (C++, threads)☆18Updated 8 years ago
- Basic C++ library on linux platform☆25Updated 8 years ago
- A header only fast HTTP parser/generator for C++.☆31Updated 4 years ago
- a coroutine lib for C users,in non-intrusive mode.☆54Updated 7 years ago
- libevent 官方文档的中文版☆48Updated 10 years ago
- go 语言开发的服务器模板,可与 acl_master 服务器框架深度集成☆21Updated 6 months ago
- A spin-lock Queue implemented by RingBuffer.☆20Updated 8 years ago
- 🧀 The Benchmark Testing Box☆34Updated 3 years ago
- 基于acl 开发的微服务框架☆15Updated 7 years ago
- ☆53Updated 11 years ago
- Automatically exported from code.google.com/p/evproto☆14Updated 9 years ago
- Easy to use RPC framework☆42Updated 7 years ago
- A tiny network library like muduo and libevent.☆17Updated 5 years ago
- buffered socket library for libev☆21Updated 3 years ago
- ☆30Updated 6 years ago
- linux常用库,使用boost和标准库编写的常用库,包含线程池、内存池、通信、日志、时间处理、定时器☆13Updated 11 years ago
- universal event-driven, concurrent infrastructure for ANSI-C/C++, also known as asychronous signal-slot and source level continuation mec…☆69Updated 4 years ago
- An universal coroutine rpc framework implemented with c++11.