Live data from Hacker News

Three Problems of Pinning

without.boats

1–2 of 2 posts

Re: Three Problems of Pinning

#2
Can we resolve the problem with `Box` by implementing `IntoFuture` for `Box` instead? `IntoFuture` takes `self` by value, so the problem of `Unpin` does not exist. The question is, will it be a breaking change somehow?