@flub.devork.be
Rust & Python developer, mountaineer, paraglider.
Choose distributed.
Main account on https://mastodon.social/@flub
Choose distributed.
Main account on https://mastodon.social/@flub
It helps everyone on the live tracking is basically doing a top-to-bottom.
On Saturday I've managed 20 mins of soaring just before sunset. With only two of us flying. Any more would have been impossible to stay in the lift band.
On Saturday I've managed 20 mins of soaring just before sunset. With only two of us flying. Any more would have been impossible to stay in the lift band.
November 5, 2025 at 2:02 PM
It helps everyone on the live tracking is basically doing a top-to-bottom.
On Saturday I've managed 20 mins of soaring just before sunset. With only two of us flying. Any more would have been impossible to stay in the lift band.
On Saturday I've managed 20 mins of soaring just before sunset. With only two of us flying. Any more would have been impossible to stay in the lift band.
For completeness: yes, I have shot myself many times in the foot using tokio::select! It is a very complex macro. I now treat it as the enemy I know.
November 1, 2025 at 10:14 AM
For completeness: yes, I have shot myself many times in the foot using tokio::select! It is a very complex macro. I now treat it as the enemy I know.
So if you had two futures that borrowed self.foo & self.bar respectively, once the first completes you can handle the result using self.handle(&mut self, ...) because all futures holding references to self are dropped.
#rustlang #tokio #concurrency
#rustlang #tokio #concurrency
November 1, 2025 at 10:10 AM
So if you had two futures that borrowed self.foo & self.bar respectively, once the first completes you can handle the result using self.handle(&mut self, ...) because all futures holding references to self are dropped.
#rustlang #tokio #concurrency
#rustlang #tokio #concurrency
October 29, 2025 at 10:32 PM