https://kotlinlang.org logo
e

elizarov

10/16/2017, 2:24 PM
@dave08 it does not matter. The reference syntax is just a shortcut to the explicitly wirtten lambda for all your needs. Just use the lambda, since callable reference to suspending functions are not supported yet. You don't gain any new functionality when they get supported. There is nothing you cannot do now.