Popularity
3.4
Stable
Activity
0.0
Stable
148
8
13
Programming language: Rust
License: Mozilla Public License 2.0
mioco alternatives and similar packages
Based on the "Asynchronous" category.
Alternatively, view mioco alternatives based on common mentions on social networks and blogs.
-
Tokio
A runtime for writing reliable asynchronous applications with Rust. Provides I/O, networking, scheduling, timers, ...
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
Promo
www.saashub.com
Do you think we are missing an alternative of mioco or a related project?
Popular Comparisons
README
Documentation
mioco
Mioco provides green-threads (aka fibers) like eg. Goroutines in Go, for Rust.
Status
This repo is a complete re-implementation of mioco. The code of previous versions was moved to mioco.pre-0.9.
The goals of new implementation:
- [x] switch to latest
mioversion - [x] copy all the applicable good ideas from
tokioreactor code - [x] simplify the approach
- [x] remove the exposed scheduler
- [x] model the API to be more like
stdlibrary, less likemio - [ ] focus on synchronization primitives first
- [ ] support async file IO (via worker threads)
- [ ] port all the existing mioco features, tests, examples etc.