reitermarkus / cargo-eval

Cargo Subcommand
Apache License 2.0
102 stars 6 forks source link

chore: remove chan dependency #9

Open GrocerPublishAgent opened 6 months ago

GrocerPublishAgent commented 6 months ago

I noticed the way chan (multi producer, multi consumer channels) was used could be satisfied instead with the Rust standard library.

recv_timeout was added in Rust 1.12