i really like suspend and coroutines, but i am really sad that callable references to suspend functions do not work.. that was how i added memoization to those functions..
any idea how to replicate something like that
Copy code
val cachedCall = ::expensiveCall.memoize()
with suspend functions ?
e
elizarov
08/19/2018, 1:29 PM
They will work in Kotlin 1.3 (you can already try them in 1.3-M1). Please, join #C1CFAFJSK channel for further discussion.