Skip to content

investigate the use of a low-overhead async engine #1

@refacktor

Description

@refacktor

Investigate possible use of tokio::runtime::Builder::new_current_thread() or smol.

Reddit thread: https://www.reddit.com/r/rust/comments/1h40cdd/comment/lzxc0q1

Goals

  • Introduce lightweight async as an optional feature
  • Validate options and feasibility (tokio may conflict with no_main; not sure about smol)
  • Quantify and document the actual overhead involved, to help decide when to enable the feature.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions