Skip to content

R2-8.2: replace tokio full with granular features in zeph-core #283

@bug-ops

Description

@bug-ops

Epic: #282 | Phase: 1 | Priority: P2 | Size: S

Problem

zeph-core uses tokio = { features = ["full"] } compiling unnecessary features (io-util, signal, fs, net, process).

Solution

Replace with specific features: ["rt-multi-thread", "sync", "time", "macros"].

Metadata

Metadata

Assignees

No one assigned

    Labels

    P2Nice-to-have priorityrefactor

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions