Skip to content

std::sync::Mutex in Stdin blocks an entire reactor #210

Open
@kpp

Description

@kpp
Contributor

Right now you use std::sync::Mutex in Stdin which can block an entire reactor.

See previous attempt in #122 with detailed explanation.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @kpp@yoshuawuyts

        Issue actions

          std::sync::Mutex in Stdin blocks an entire reactor · Issue #210 · async-rs/async-std