Skip to content

chore: remove chan dependency#9

Open
GrocerPublishAgent wants to merge 1 commit intoreitermarkus:masterfrom
GrocerPublishAgent:remove-chan-dependency
Open

chore: remove chan dependency#9
GrocerPublishAgent wants to merge 1 commit intoreitermarkus:masterfrom
GrocerPublishAgent:remove-chan-dependency

Conversation

@GrocerPublishAgent
Copy link

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

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

[recv_timeout](https://doc.rust-lang.org/std/sync/mpsc/struct.Receiver.html#method.recv_timeout)
was added in Rust 1.12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant