Dynamic Call
class DynamicCall( val self: Any, val methodName: String, val anyContinuationGen: () -> Continuation<*>)
Content copied to clipboard
Constructors
Link copied to clipboard
fun DynamicCall( self: Any, methodName: String, anyContinuationGen: () -> Continuation<*>)
Content copied to clipboard