📝Function color does not apply to Rust async
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.
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.