open-coroutine-core 0.7.0

The open-coroutine is a simple, efficient and generic coroutine library.
Documentation
---
title: open-coroutine总览
date: 2025-01-10 08:24:00
author: loongs-zhang
---

# open-coroutine总览

[English]../en/overview.md | 中文

[![crates.io]https://img.shields.io/crates/v/open-coroutine.svg]https://crates.io/crates/open-coroutine
[![docs.rs]https://img.shields.io/badge/docs-release-blue]https://docs.rs/open-coroutine
[![LICENSE]https://img.shields.io/github/license/acl-dev/open-coroutine.svg?style=flat-square]https://github.com/acl-dev/open-coroutine/blob/master/LICENSE-APACHE
[![Build Status]https://github.com/acl-dev/open-coroutine/workflows/CI/badge.svg]https://github.com/acl-dev/open-coroutine/actions
[![Codecov]https://codecov.io/github/acl-dev/open-coroutine/graph/badge.svg?token=MSM3R7CBEX]https://codecov.io/github/acl-dev/open-coroutine
[![Average time to resolve an issue]http://isitmaintained.com/badge/resolution/acl-dev/open-coroutine.svg]http://isitmaintained.com/project/acl-dev/open-coroutine "Average time to resolve an issue"
[![Percentage of issues still open]http://isitmaintained.com/badge/open/acl-dev/open-coroutine.svg]http://isitmaintained.com/project/acl-dev/open-coroutine "Percentage of issues still open"

`open-coroutine`是一个简单、高效、通用的有栈协程库,您可以将其用作IO线程池的性能替代,查看[为什么更好](core/docs/en/why-better.md).

- [诞生之因]../../../docs/cn/background.md
- [语言选择]../../../docs/cn/why-rust.md
- [为什么更好]../cn/why-better.md
- [快速开始]../../../README_ZH.md
- [协程总览]../cn/coroutine.md
- [可伸缩栈总览]../cn/scalable-stack.md
- [Monitor总览]../cn/monitor.md
- [工作窃取总览]../cn/work-steal.md
- [有序工作窃取总览]../cn/ordered-work-steal.md
- [协程池总览]../cn/coroutine-pool.md
- [Hook总览]../../../hook/docs/cn/hook.md