ralfbiedert / cheats.rs

Rust Language Cheat Sheet - https://cheats.rs
https://cheats.rs
4.14k stars 395 forks source link

Unexplained acronym "s.f." #174

Closed ancorehraq closed 1 year ago

ancorehraq commented 1 year ago

async { return } Inside async a return only REF 🛑 exits that {} block, i.e., async {} is s.f.!

What is s.f.?

ralfbiedert commented 1 year ago

"Surrounding function". It refers to the previous line, but yes this could be reworded.