731; | Pin
https://without.boats/blog/pin/
Saved on 2024-07-22 [19926 edays] via without.boats
Modified 2024-07-22 [19926 edays]
programming rust

The Pin type (and the concept of pinning in general) is a foundational building block on which the rest of the the Rust async ecosystem stands. Unfortunately, it has also been one of the least accessible and most misunderstood elements of async Rust. This post is meant to explain what Pin achieves, how it came to be, and what the current problem with Pin is.