Y
Hacker News
new
|
ask
|
show
|
jobs
by
antisemiotic
2409 days ago
That's just the "Pin" type, which is heavily used in async code behind (and occasionally in front) the scenes, but is by no means restricted to it.
1 comments
Nemo157
2409 days ago
It's impossible to use the guarantees provided by the `Pin` type without `unsafe` code, except in `async fn`.
link