why does tokio_scoped solve my issues with lifetimes?
I have a really annoying lifetime issue that is solved by using tokio_scoped, but I don’t understand why.
I have a really annoying lifetime issue that is solved by using tokio_scoped, but I don’t understand why.