#ElixirLang devs, do you use any naming conventions for async calls?

It’d be handy to quickly tell if a given function call finishes everything before the next one, or whether it starts some background tasks that need to be taken into account.

#ergonomiccode

Comments