A C++03 implement stackless coroutine. But also support stackful coroutine, tcp rpc operation, static hook(by adding hook function into static_hook.sh).
☆139Dec 22, 2018Updated 7 years ago
Alternatives and similar repositories for cort_proto
Users that are interested in cort_proto are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- We provide a prototype of a stackless coroutine.☆35Jan 10, 2018Updated 8 years ago
- Call a function in a new stack that allocated anywhere. Do not be afraid of stack limit in your coroutines! Try to make your stack sharea…☆234May 6, 2021Updated 5 years ago
- Serialization/deserialization in a raw buffer like flatbuffer, but you do not need any IDL file and it is much more efficient either in s…☆49Apr 27, 2018Updated 8 years ago
- 基于C++ Coroutines编写的无栈协程库☆625Dec 27, 2023Updated 2 years ago
- Go-style concurrency in C++11☆3,306Jul 3, 2023Updated 3 years ago
- GPU virtual machines on DigitalOcean Gradient AI • AdGet to production fast with high-performance AMD and NVIDIA GPUs you can spin up in seconds. The definition of operational simplicity.
- RPC framework☆12May 17, 2018Updated 8 years ago
- 这个项目不再更新,请使用最新的ormpp,支持mysql,sqlite,postgresql多种数据库☆33Nov 29, 2017Updated 8 years ago
- 基于C++14语法的任务链☆23Apr 26, 2020Updated 6 years ago
- cross-platform coroutine library in c++☆866Jan 20, 2026Updated 6 months ago
- Let you iterate all your member in struct simply! You can simply do serialization or de-serialization!☆18May 22, 2018Updated 8 years ago
- A asymmetric coroutine library for C.☆2,521Dec 16, 2022Updated 3 years ago
- A C++ await/yield emulation library for stackless coroutine☆343Jan 17, 2024Updated 2 years ago
- Fiber and async I/O based network library☆257Dec 3, 2017Updated 8 years ago
- Meta-purpose C++ Foundation☆189Sep 8, 2018Updated 7 years ago
- 1-Click AI Models by DigitalOcean Gradient • AdDeploy popular AI models on DigitalOcean Gradient GPU virtual machines with just a single click. Zero configuration with optimized deployments.
- a utility for serialize C++ and json。