4 ms·
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.
by antisemiotic 7y 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.
- Nemo157 7y agoIt's impossible to use the guarantees provided by the `Pin` type without `unsafe` code, except in `async fn`.