Quantcast
Channel: Async programming – Andy Balaam's Blog
Browsing all 2 articles
Browse latest View live

Limiting the number of open sockets in a tokio-based TCP listener

I learned quite a bit today about how to think about concurrency in Rust. I was trying to use a Semaphore to limit how many open sockets my TCP listener allowed, and I had real trouble making it work....

View Article


Rust 101 – 24: Parallelism and Rayon

What concurrency and parallelism are, a brief intro to Rayon, and a quick note on closures. Series: Language basics, More syntax, Traits and generics, Building applications, Concurrency and parallelism...

View Article
Browsing all 2 articles
Browse latest View live