open-coroutine-core 0.7.0

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

# open-coroutine overview

English | [中文]../cn/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"

The `open-coroutine` is a simple, efficient and generic stackfull-coroutine library, you can use this as a performance
replacement for IO thread pools, see [why better](../en/why-better.md).

- [Background]../../../docs/en/background.md
- [Why Rust]../../../docs/en/why-rust.md
- [Why Better]../en/why-better.md
- [Quick Start]../../../README.md
- [Coroutine Overview]../en/coroutine.md
- [Scalable Stack Overview]../en/scalable-stack.md
- [Monitor Overview]../en/monitor.md
- [Work Steal Overview]../en/work-steal.md
- [Ordered Work Steal Overview]../en/ordered-work-steal.md
- [Coroutine Pool Overview]../en/coroutine-pool.md
- [Hook Overview]../../../hook/docs/en/hook.md