📝Function color does not apply to Rust async

source

Blocking code is a leaky abstraction – notgull

Function color is less of an issue in Rust because executors allow to block on a future, effectively canceling its async’ness / converting it back to non-async function.

Backlinks