simple-async-local-executor

A single-threaded polling-based Rust async executor suitable for use in games, embedded systems or WASM. (by enlightware)

Simple-async-local-executor Alternatives

Similar projects and alternatives to simple-async-local-executor based on common topics and language

enlightware
simple-async-local-executor
  1. diesel_async

    Diesel async connection implementation

  2. 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.

    CodeRabbit logo
  3. cps

    Continuation-Passing Style for Nim 🔗

  4. actix-web

    Actix Web is a powerful, pragmatic, and extremely fast web framework for Rust.

  5. 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)

  6. tonic

    A native gRPC client & server implementation with async/await support.

  7. embassy

    Modern embedded framework, using Rust and async.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better simple-async-local-executor alternative or higher similarity.

simple-async-local-executor discussion

Log in or Post with

simple-async-local-executor reviews and mentions

Posts with mentions or reviews of simple-async-local-executor. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-01-05.
  • In Defense of Async: Function Colors Are Rusty
    3 projects | news.ycombinator.com | 5 Jan 2022
    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

Basic simple-async-local-executor repo stats
1
23
1.8
almost 4 years ago

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.


Sponsored
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.
coderabbit.ai

Did you know that Rust is
the 5th most popular programming language
based on number of references?