As far as I understand, since 0.11 the right way w...
# arrow
p
As far as I understand, since 0.11 the right way with inpure functions is to mark them with 'suspend'. Can anybody tell me how to use either {} with pure functions as I can only use it in a coroutine context or what to use else without making the code completely clumsy? Or have I just gotten something wrong? (I can also provide some code, but for me this is mor of a general question)