Does any GNOME user here use X11? On my computer I have been exclusively using Wayland for 3 years. It's great.
Slightly concerned about remote desktopping though. What do I replace xrdp with?
Does any GNOME user here use X11? On my computer I have been exclusively using Wayland for 3 years. It's great.
Slightly concerned about remote desktopping though. What do I replace xrdp with?
You are running into the Send Approximation being too conservative. The compiler does not like to see a let binding for a non-Send type and an
.awaitstatement in the same scope. It is not (yet) smart enough to know that the non-Send type is already consumed by the time of the.await.You've already discovered the workaround in your
three(). To make it more concise