Post #2773964
2026-05-22 15:32 UTC
@diondokter@fosstodon.org Thinking of this again while implementing an embassy_net_driver_channel made me realize that there can be a `fn f(data: &'t [u8]) -> impl Future + use<> { … }`, and the data buffer can be freed before the future completes. 🤯
Replies (1)
-
@diondokter@fosstodon.org 2026-05-22 15:54
@chrysn@chaos.social ha nice!