Skip to content

Commit

Permalink
chore: remove chan dependency
Browse files Browse the repository at this point in the history
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
  • Loading branch information
nobody committed Mar 30, 2024
1 parent 10b1303 commit a56abbb
Show file tree
Hide file tree
Showing 4 changed files with 264 additions and 288 deletions.
Loading

0 comments on commit a56abbb

Please sign in to comment.