Is there a `*.also {}` function that takes a suspe...
# coroutines
s
Is there a
*.also {}
function that takes a suspending block of code?
o
Due to its inline status, if the outer block is suspend, it is as well
👍 2
s
Ah, neat!
g
This is true for pretty much everything in the standard library,
map
,
filter
,
apply
, etc.