Simple-async-local-executor Alternatives
Similar projects and alternatives to simple-async-local-executor based on common topics and language
-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
-
-
sqlx
🧰 The Rust SQL Toolkit. An async, pure Rust SQL crate featuring compile-time checked queries without a DSL. Supports PostgreSQL, MySQL, and SQLite. (by launchbadge)
-
-
simple-async-local-executor discussion
simple-async-local-executor reviews and mentions
-
In Defense of Async: Function Colors Are Rusty
Rust does have a standard futures runtime API
This then opens up alternative runtimes (async-std, smol)
Then your suggestion of a single threaded executor exists already: https://github.com/enlightware/simple-async-local-executor
Granted, in practice many libraries end up building a hard dependency on tokio
Stats
enlightware/simple-async-local-executor is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The primary programming language of simple-async-local-executor is Rust.