suspendCallTo

suspend fun <Error class: unknown class>.suspendCallTo(callable: KCallable<*>): Any?

Convenience function to reflectively match a call to the given suspendable KCallable. callable must be a suspendable member function of self.