Skip to content

Consider moving mio::timer and mio::channel to a separate crate #470

@carllerche

Description

@carllerche

As of now, the channel & timer implementation included in Mio is fully decoupled from the core Poll API.

Given that:

a) There is an effort to build a higher level "batteries included" async IO lib w/ tokio-core.
b) There is no "one size fits all" implementation of timer or channel.

I think that it would be worth to move that code to a separate crate, further reducing the Mio API surface. The Mio readme can link to these crates.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions