---
title: open-coroutine Overview
date: 2025-01-10 08:24:00
author: loongs-zhang
---
# open-coroutine overview
[](https://crates.io/crates/open-coroutine)
[](https://docs.rs/open-coroutine)
[](https://github.com/acl-dev/open-coroutine/blob/master/LICENSE-APACHE)
[](https://github.com/acl-dev/open-coroutine/actions)
[](https://codecov.io/github/acl-dev/open-coroutine)
[](http://isitmaintained.com/project/acl-dev/open-coroutine "Average time to resolve an issue")
[](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)