Skip to content

Interactive mode doesn't work in threads #16

@fpetran

Description

@fpetran

Interactive output doesn't currently play nice with threads. It appears as if a second cin.operator<< is never reached because another thread also uses cin and hence blocks the first. Possible solutions: use boost.asio, or otherwise wrap the cin (which has its own locks) usage.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions