mioco

Async system

Re-implementation of an asynchronous programming system with green threads for Rust.

[no longer maintained] Scalable, coroutine-based, fibers/green-threads for Rust. (aka MIO COroutines).

GitHub

146 stars
9 watching
14 forks
Language: Rust
last commit: over 5 years ago
Linked from 1 awesome list

asyncasynchronouscoroutinesfibersgreen-threadsiorustscalability

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
awestlake87/pyo3-asyncio A Rust library that enables interactions between Python Coroutines and Rust Futures using the Asyncio Library 311
arun11299/coro-async A C++ library providing a coroutine-based approach to networking 37
tmenier/asyncpoco A .NET micro-ORM with asynchronous API and cross-platform support. 127
harry-chen/rust-mips Provides low-level abstraction of MIPS processors in Rust 30
rustcc/coroutine-rs Provides an implementation of cooperative multitasking in Rust 414
rust-embedded/arm-dcc Provides a Rust API for debugging and communicating with embedded systems 9
peterhinch/micropython-async A resource providing documentation, tutorials, and code examples for using asynchronous programming in MicroPython for embedded systems 741
xudong-huang/may A high-performance library for stackful coroutines with support for asynchronous I/O and efficient scheduling. 1,959
mfichman/coro A modern C++ library providing an async socket I/O implementation with SSL support 50
rsepassi/zigcoro A Zig coroutine library providing stackful asymmetric coroutines and async IO functionality 160
dotcypress/ula A hardware abstraction layer for the RP2040 microcontroller family 755
riscv-rust/gd32vf103-pac A peripheral access crate for a specific microcontroller family 36
capnproto/capnproto-rust Cap'n Proto generates code for serializing and deserializing structured data across distributed systems. 2,057
zonyitoo/coio-rs Provides a framework for writing asynchronous programs with efficient coroutine scheduling and I/O handling 456
drwilco/aoc A collection of Rust solutions to Advent of Code challenges 1