From 1edfccfd4605ef950ece36543e047036999010aa Mon Sep 17 00:00:00 2001 From: Ari Seyhun Date: Fri, 13 Sep 2024 17:33:55 +0800 Subject: [PATCH] Add Kameo --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6450493..b7980dc 100644 --- a/README.md +++ b/README.md @@ -937,6 +937,7 @@ See also [About Rust’s Machine Learning Community](https://medium.com/@autumn_ * [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 * [tokio-rs/tokio](https://github.com/tokio-rs/tokio) - A runtime for writing reliable, asynchronous, and slim applications with the Rust programming language. +* [tqwewe/kameo](https://github.com/tqwewe/kameo) - Fault-tolerant Async Actors Built on Tokio * [Xudong-Huang/may](https://github.com/Xudong-Huang/may) - Stackful coroutine library * [zonyitoo/coio-rs](https://github.com/zonyitoo/coio-rs) - A coroutine I/O library with a working-stealing scheduler