Skip to content
This repository was archived by the owner on Mar 9, 2026. It is now read-only.

[granc-core] Reduce dependencies on Tokio #30

@JasterV

Description

@JasterV

Granc Core uses Tokio both to construct streams and for mpsc channels.

We could either use the sync version of mpsc or try out a more lightweight solution.

The idea behind this is to reduce compile times and also I find it too much to depend on such a huge library as Tokio only for these minimal features.

Tokio as a dev-dependency instead is ok.

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