Compare commits

...

3 Commits

Author SHA1 Message Date
Hrishikesh Barua a4b7e54dba
Merge branch 'main' into main 2024-02-03 07:38:59 +05:30
Tom Parker-Shemilt a919557e39
Merge pull request #1651 from t3hmrman/patch-1
feat: add async-dropper to asynchronous libs
2024-02-02 18:25:41 +00:00
Victor Adossi ("vados") 362e9a48e0
feat: add async-dropper to asynchronous libs 2024-02-03 02:32:51 +09:00
1 changed files with 1 additions and 0 deletions

View File

@ -884,6 +884,7 @@ See also [About Rusts Machine Learning Community](https://medium.com/@autumn_
* [dpc/mioco](https://github.com/dpc/mioco) — Scalable, coroutine-based, asynchronous IO handling library
* [mio](https://github.com/tokio-rs/mio) — MIO is a lightweight IO library for Rust with a focus on adding as little overhead as possible over the OS abstractions
* [rust-lang/futures-rs](https://github.com/rust-lang/futures-rs) — Zero-cost futures in Rust
* [t3hmrman/async-dropper](https://github.com/t3hmrman/async-dropper) [[async-dropper](https://crates.io/crates/async-dropper)] - Implementation of `AsyncDrop`
* [TeaEntityLab/fpRust](https://github.com/TeaEntityLab/fpRust) — Monad/MonadIO, Handler, Coroutine/doNotation, Functional Programming features for Rust
* [Xudong-Huang/may](https://github.com/Xudong-Huang/may) — rust stackful coroutine library
* [zonyitoo/coio-rs](https://github.com/zonyitoo/coio-rs) — A coroutine I/O library with a working-stealing scheduler