Skip to content

Make RpcServer async? #7

@jteplitz

Description

@jteplitz

RpcServer is a weird mix between blocking I/O and non-blocking I/O right now. We probably want to just make it async, but it's worth waiting for some parts of the rust async ecosystem to mature a bit. In particular we'd want an easy way to shut down an async TCP server (tokio-rs/tokio-proto#135)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions