摘要:
https://kotlinlang.org/docs/reference/lambdas.html 阅读全文
摘要:
Dispatch Queues and Thread Safety It might seem odd to talk about thread safety in the context of dispatch queues, but thread safety is still a releva 阅读全文
摘要:
返回值:嵌套函数or闭包; 返回函数地址与表达式; 而不是计算结果。 参数:函数作为参数被传进高阶函数时,是作为值传递的; 在高阶函数内部,作为值的函数会被调用;高阶函数为此函数提供上下文。 作为入参的函数的函数签名的形参不是必须的。 除非作为匿名函数或闭包存在。 阅读全文